Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
static TopicCreationResult |
TopicCreationResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicCreationResult[] |
TopicCreationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<TopicCreationResult> |
TopicUpdate.addAndSet(String path,
TopicSpecification specification,
Class<T> valueClass,
T value)
Ensures a topic exists and sets its value.
|
<T> CompletableFuture<TopicCreationResult> |
TopicUpdate.addAndSet(String path,
TopicSpecification specification,
Class<T> valueClass,
T value,
UpdateConstraint constraint)
Ensures a topic exists and sets its value.
|
CompletableFuture<TopicCreationResult> |
UpdateStream.set(T value)
Sets the topic to a specified value.
|
CompletableFuture<TopicCreationResult> |
UpdateStream.validate()
Validates the update stream.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.