Diffusion Apple API  6.10.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
PTDiffusionSecondaryAcceptorRemoteServer Class Reference

Introduction

Secondary remote server that accepts a connection from a primary server.

This type accepts a connection from a PTDiffusionPrimaryInitiatorRemoteServer with the same name configured at the primary server (cluster).

Use the method PTDiffusionRemoteServerBuilder#createSecondaryAcceptorRemoteServer to create an instance of this type.

Since
6.10
Inheritance diagram for PTDiffusionSecondaryAcceptorRemoteServer:
PTDiffusionRemoteServer

Properties

NSString * name
 
NSString *_Nullable primaryHostName
 
NSString * principal
 
NSDictionary
< PTDiffusionRemoteServerConnectionOption
*, NSString * > * 
connectionOptions
 
NSString * missingTopicNotificationFilter
 
- Properties inherited from PTDiffusionRemoteServer
NSString * name
 
NSString *_Nullable url
 
NSString * principal
 
NSDictionary
< PTDiffusionRemoteServerConnectionOption
*, NSString * > * 
connectionOptions
 
NSString * missingTopicNotificationFilter
 
PTDiffusionRemoteServerType type
 

Property Documentation

- (NSDictionary<PTDiffusionRemoteServerConnectionOption *, NSString *>*) connectionOptions
readnonatomicassign

The remote server connection options.

Since
6.10
- (NSString*) missingTopicNotificationFilter
readnonatomicassign

The missing topic notification filter expression or null if one has not been specified.

Since
6.10
- (NSString*) name
readnonatomicassign

The remote server name.

Since
6.10
- (NSString* _Nullable) primaryHostName
readnonatomicassign

The primary server host name used in SSL validation.

Since
6.10
- (NSString*) principal
readnonatomicassign

The principal used for the connection.

This is used to authenticate the connection at the primary server.

Since
6.10