Diffusion Apple API  6.1.5
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Functions Variables Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionSlaveTopicAttributes Class Reference

Introduction

Attributes specific to slave topics.

See Also
PTDiffusionSlaveTopicDetailsBuilder
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 PTDiffusionSlaveTopicAttributes:
PTDiffusionTopicAttributes

Properties

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

Instance Methods

(BOOL) - isEqualToSlaveTopicAttributes:
 
- Instance Methods inherited from PTDiffusionTopicAttributes
(instancetype) - NS_UNAVAILABLE
 
(BOOL) - isEqualToTopicAttributes:
 

Additional Inherited Members

- Class Methods inherited from PTDiffusionTopicAttributes
(instancetype) + NS_UNAVAILABLE
 

Method Documentation

- (BOOL) isEqualToSlaveTopicAttributes: (nullable PTDiffusionSlaveTopicAttributes *)  slaveTopicAttributes

Compares the receiver to the given slave topic attributes.

Parameters
slaveTopicAttributesThe slave topic attributes object with which to compare the receiver.
Returns
YES if the slave topic attributes is equal to the receiver, otherwise NO.
Since
5.7

Property Documentation

- (NSString*) masterTopicPath
readnonatomicassign

The master topic path.

Since
5.7