@AllParametersAndReturnValuesAreNonnullByDefault
Package org.eclipse.ditto.services.gateway.streaming
-
Interface Summary Interface Description StreamControlMessage Supertype of messages that control websocket streaming. -
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.IncomingSignal Envelope of a signal to mark it as incoming forStreamingSessionActor.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.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).