Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
com.pushtechnology.diffusion.client.topics.details |
Unified API - Topic Details.
|
Modifier and Type | Method and Description |
---|---|
<C> TopicDetails |
TopicControl.addTopic(String topicPath,
TopicType topicType,
Bytes value,
C context,
TopicControl.AddContextCallback<C> callback)
Version of
TopicControl.addTopic(String, TopicType, Bytes, AddCallback) that
allows a user defined context to be provided. |
TopicDetails |
TopicControl.addTopic(String topicPath,
TopicType topicType,
Bytes value,
TopicControl.AddCallback callback)
Send a request to the server to add a topic.
|
<C> TopicDetails |
TopicControl.addTopic(String topicPath,
TopicType topicType,
C context,
TopicControl.AddContextCallback<C> callback)
Version of
TopicControl.addTopic(String, TopicType, AddCallback) that allows
a user defined context to be provided. |
TopicDetails |
TopicControl.addTopic(String topicPath,
TopicType topicType,
TopicControl.AddCallback callback)
Send a request to the server to add a topic.
|
TopicDetails |
TopicControl.newDetails(TopicType topicType)
Returns new topic details of the given type set with all default
settings.
|
TopicSpecification |
TopicControl.newSpecification(TopicType topicType)
Create a new
TopicSpecification s for a given topic type. |
Modifier and Type | Method and Description |
---|---|
TopicType |
TopicSpecification.getType()
Returns the topic type.
|
TopicType |
TopicDetails.getType()
Returns the topic type.
|
static TopicType |
TopicType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicType[] |
TopicType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.