![]() |
Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
|
Secondary remote server that initiates a connection to a primary server.
This type makes a connection from a secondary server (or each secondary cluster member) to a primary server. No remote server definition is required at the primary server.
Use the method PTDiffusionRemoteServerBuilder#createSecondaryInitiatorRemoteServer to create an instance of this type.
Properties | |
| NSString * | name |
| NSString *_Nullable | url |
| 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 |
|
readnonatomicassign |
The remote server connection options.
|
readnonatomicassign |
The missing topic notification filter expression or null if one has not been specified.
|
readnonatomicassign |
The remote server name.
|
readnonatomicassign |
The principal used for the connection.
This is used to authenticate the connection at the primary server.
|
readnonatomicassign |
The url for connection to primary server.