Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
Topics.CompletionCallback.Default
Deprecated.
Default implementation of
Topics.CompletionCallback . |
Modifier and Type | Method and Description |
---|---|
void |
Topics.subscribe(String topics,
Topics.CompletionCallback callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
void |
Topics.subscribe(TopicSelector topics,
Topics.CompletionCallback callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
void |
Topics.unsubscribe(String topics,
Topics.CompletionCallback callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
void |
Topics.unsubscribe(TopicSelector topics,
Topics.CompletionCallback callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.