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

Introduction

The protocol to which routing topic details builders conform.

See Also
PTDiffusionTopicDetails
Since
5.7
Inheritance diagram for <PTDiffusionRoutingTopicDetailsBuilder>:
<PTDiffusionTopicDetailsBuilder>

Properties

NSString * handler
 
- 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*) handler
readwritenonatomiccopy

Sets the routing handler class name if routing is to be performed at the server.

If routing is not to be handled at the server, it is expected that all subscription requests to the topic will be handled via a client using the subscription control feature.

If not explicitly set, the value will be a zero length string indicating that routing is not handled by the server.

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