Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics |
Client API : Topic Control Features.
|
Modifier and Type | Method and Description |
---|---|
static TopicControl.AddTopicResult |
TopicControl.AddTopicResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicControl.AddTopicResult[] |
TopicControl.AddTopicResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TopicControl.AddTopicResult> |
TopicControl.addTopic(String topicPath,
TopicSpecification specification)
Request creation of a topic.
|
CompletableFuture<TopicControl.AddTopicResult> |
TopicControl.addTopic(String topicPath,
TopicType topicType)
Request creation of a topic.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.