| Package | Description |
|---|---|
| com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
| Modifier and Type | Method and Description |
|---|---|
static SinkHandler.UnsubscriptionReason |
SinkHandler.UnsubscriptionReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SinkHandler.UnsubscriptionReason[] |
SinkHandler.UnsubscriptionReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<?> |
SinkHandler.onUnsubscription(String topicPath,
TopicProperties topicProperties,
SinkHandler.UnsubscriptionReason reason)
Called when the sink service is unsubscribed from a Diffusion topic.
|
Copyright © 2025 DiffusionData Limited. All rights reserved.