The properties of a topic. Implemented as a list of constants. A
dictionary is used to map between the code and the object. When adding a
new property a new constant must be created and it must be added to the
dictionary. The dictionary maps the upper case and lower case codes to
the object. This means the object must be added to the map twice.
public function TopicProperty(key:String)
Parameters public static function fromKey(key:String):TopicProperty
Retrieve the property from the key.
Parameters
ReturnsThrows | com.pushtechnology.diffusion.errors:DiffusionProtocolError
— If the key is not recognised
|
public function getKey():String
Returnspublic static const ALIASING:TopicProperty
public static const ATTACHMENT:TopicProperty
public static const ATTACHMENT_CLASS:TopicProperty
public static const CUSTOM_HANDLER:TopicProperty
public static const CUSTOM_HANDLER_CLASS:TopicProperty
public static const DATA_INITIALISER:TopicProperty
public static const DATA_INITIALISER_CLASS:TopicProperty
public static const DELTA_ACK_REQUIRED:TopicProperty
public static const DELTA_ENCODING:TopicProperty
public static const DELTA_MESSAGE_CAPACITY:TopicProperty
public static const DOMAIN_TOPIC_NAME:TopicProperty
public static const FETCH_HANDLER:TopicProperty
public static const FETCH_HANDLER_CLASS:TopicProperty
public static const INTROSPECTION_MASK:TopicProperty
public static const LOAD_ACK_REQUIRED:TopicProperty
public static const LOAD_ENCODING:TopicProperty
public static const LOAD_HEADERS:TopicProperty
public static const LOAD_MESSAGE_CAPACITY:TopicProperty
public static const LOCK_TIMEOUT:TopicProperty
public static const LOCKABLE:TopicProperty
public static const NOTIFY_ALL_TOPICS:TopicProperty
public static const NOTIFY_METADATA_CACHING:TopicProperty
public static const PAGED_COMPARATOR:TopicProperty
public static const PAGED_COMPARATOR_CLASS:TopicProperty
public static const PAGED_DUPLICATES_POLICY:TopicProperty
public static const PB_CLASS:TopicProperty
public static const PB_DELETION_VALUE:TopicProperty
public static const PB_NAME:TopicProperty
public static const PB_UPDATE_MODE:TopicProperty
public static const RECORD_EMPTY_FIELD_VALUE:TopicProperty
public static const REFERENCE:TopicProperty
public static const ROUTING_HANDLER:TopicProperty
public static const ROUTING_HANDLER_CLASS:TopicProperty
public static const SERVICE_HANDLER:TopicProperty
public static const SERVICE_HANDLER_CLASS:TopicProperty
public static const SERVICE_HEADERS:TopicProperty
public static const SERVICE_TARGET_TOPIC:TopicProperty
public static const SERVICE_TIMEOUT:TopicProperty
public static const SERVICE_TYPE:TopicProperty
public static const SLAVE_MASTER_TOPIC:TopicProperty
public static const SUBSCRIPTION_HANDLER:TopicProperty
public static const SUBSCRIPTION_HANDLER_CLASS:TopicProperty
public static const TIDY_ON_UNSUBSCRIBE:TopicProperty
Mon Feb 6 2017, 01:27 PM Z