| Package | Description |
|---|---|
| com.pushtechnology.diffusion.client |
Client API.
|
| com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
| com.pushtechnology.diffusion.client.features.control.topics |
Client API : Topic Control Features.
|
| com.pushtechnology.diffusion.client.topics.details |
Client API : Topic Specifications.
|
| Modifier and Type | Method and Description |
|---|---|
static TopicSpecification |
Diffusion.newTopicSpecification(TopicType topicType)
Create a new
TopicSpecification for a given topic type. |
TopicSpecification |
Diffusion.Implementation.newTopicSpecification(TopicType topicType) |
| Modifier and Type | Field and Description |
|---|---|
static Set<TopicType> |
Topics.FetchRequest.ALL_TYPES
A constant set of all topic types that can be fetched.
|
| Modifier and Type | Method and Description |
|---|---|
TopicType |
Topics.FetchResult.TopicResult.type()
Returns the topic type.
|
| Modifier and Type | Method and Description |
|---|---|
Topics.FetchRequest<V> |
Topics.FetchRequest.topicTypes(Set<TopicType> topicTypes)
Specifies that only topics of the specified topic types should be
returned.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TopicControl.AddTopicResult> |
TopicControl.addTopic(String topicPath,
TopicType topicType)
Request creation of a topic.
|
TopicSpecification |
TopicControl.newSpecification(TopicType topicType)
Deprecated.
since 6.7
Use
|
| Modifier and Type | Method and Description |
|---|---|
TopicType |
TopicSpecification.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 © 2025 DiffusionData Limited. All rights reserved.