Diffusion Apple API  6.1.5
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Functions Variables Properties Pages
Properties | List of all members
<PTDiffusionSlaveTopicDetailsBuilder> Protocol Reference

Introduction

The protocol to which slave topic details builders conform.

See Also
PTDiffusionTopicDetails
Deprecated:
Since 6.0. The use of PTDiffusionTopicDetails is being phased out in favor of PTDiffusionTopicSpecification. This interface will be removed in a future release.
Since
5.7
Inheritance diagram for <PTDiffusionSlaveTopicDetailsBuilder>:
<PTDiffusionTopicDetailsBuilder>

Properties

NSString * masterTopicPath
 
- Properties inherited from <PTDiffusionTopicDetailsBuilder>
NSString * reference
 
BOOL tidiesOnUnsubscribe
 
NSDictionary< NSString
*, NSString * > * 
properties
 

Additional Inherited Members

- Instance Methods inherited from <PTDiffusionTopicDetailsBuilder>
(void) - setPropertyValue:forKey:
 
(BOOL) - removePropertyForKey:
 
(nullable NSString *) - propertyValueForKey:
 

Property Documentation

- (NSString*) masterTopicPath
readwritenonatomiccopy

The master topic path.

See PTDiffusionTopicType_Slave for full details of how slave topics operate.

Exceptions
NSInvalidArgumentExceptionOn setting this property with a value of nil.
Since
5.7