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

Introduction

Attributes specific to protocol buffer topics.

Deprecated:
Since 5.9. Support for Google Protocol Buffer topics will be removed in a future release as Binary topics can be used to distribute protocol buffer messages.
Since
5.7
Inheritance diagram for PTDiffusionProtocolBufferTopicAttributes:
PTDiffusionTopicAttributes

Properties

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

Instance Methods

(BOOL) - isEqualToProtocolBufferTopicAttributes:
 
- Instance Methods inherited from PTDiffusionTopicAttributes
(BOOL) - isEqualToTopicAttributes:
 

Method Documentation

- (BOOL) isEqualToProtocolBufferTopicAttributes: (nullable PTDiffusionProtocolBufferTopicAttributes *)  protocolBufferTopicAttributes

Compares the receiver to the given protocol buffer topic attributes.

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

Property Documentation

- (NSString*) deletionValue
readnonatomicassign

The deletion value.

Since
5.7
- (PTDiffusionProtocolBufferTopicUpdateMode*) updateMode
readnonatomicassign

The update mode.

Since
5.7