@AllParametersAndReturnValuesAreNonnullByDefault
Package org.eclipse.ditto.services.gateway.streaming
-
Interface Summary Interface Description StreamControlMessage Supertype of messages that control websocket streaming.StreamingConfig Provides configuration settings of general gateway streaming functionality.WebsocketConfig Provides configuration settings of the web socket endpoint. -
Class Summary Class Description CloseStreamExceptionally Command for triggering the closing of a streaming connection (e.Connect Message to be sent in order to establish a new "streaming" connection viaStreamingActor.DefaultStreamingConfig This class is the default implementation of the streaming config.InvalidJwt Simple event which signals that a sent JWT was invalid.Jwt Simple event which holds a JWT in string format.RefreshSession Simple event which signals that a websocket session should be refreshed.ResponsePublished Simple event which signals that a response (regular response or error) was published.StartStreaming Message indicating a demand to receive entities of a specifiedStreamingTypevia a "streaming" connection.StartStreaming.StartStreamingBuilder A mutable builder with a fluent API for creating an instance of StartStreaming.StopStreaming Message indicating a demand to receive entities of a specifiedStreamingTypevia a "streaming" connection.StreamingAck Send for acknowledging that a subscription in the cluster for aStreamingTypewas either subscribed to (StreamingAck.subscribedistrue) or unsubscribed from (StreamingAck.subscribedisfalse). -
Enum Summary Enum Description StreamingConfig.StreamingConfigValue An enumeration of the known config path expressions and their associated default values forStreamingConfig.WebsocketConfig.WebsocketConfigValue An enumeration of the known config path expressions and their associated default values forWebSocketConfig.