| Package | Description |
|---|---|
| org.eclipse.ditto.services.gateway.streaming |
| Modifier and Type | Method and Description |
|---|---|
static StreamingType |
StreamingType.fromTopic(String distributedPubSubTopic)
Returns a
StreamingType from a given distributedPubSubTopic representation. |
StreamingType |
StreamingAck.getStreamingType() |
StreamingType |
StopStreaming.getStreamingType() |
StreamingType |
StartStreaming.getStreamingType() |
static StreamingType |
StreamingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingType[] |
StreamingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StartStreaming(StreamingType streamingType,
String connectionCorrelationId,
org.eclipse.ditto.model.base.auth.AuthorizationContext authorizationContext)
Constructs a new
StartStreaming instance. |
StopStreaming(StreamingType streamingType,
String connectionCorrelationId)
Constructs a new
StopStreaming instance. |
StreamingAck(StreamingType streamingType,
boolean subscribed)
Constructs a new acknowledge for when a subscription in the cluster was added/removed.
|
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.