All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description CloseStreamExceptionally Command for triggering the closing of a streaming connection (e.CommandSubscriber Actor handlingCommands by forwarding it to an passed indelegateActorapplying backpressure.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.EventAndResponsePublisher Actor publishingEvents andCommandResponses which were sent to him applying backpressure if necessary.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.SessionedJsonifiable Jsonifiable with information from the streaming session.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.StreamControlMessage Supertype of messages that control websocket streaming.StreamingAck Send for acknowledging that a subscription in the cluster for aStreamingTypewas either subscribed to (StreamingAck.subscribedistrue) or unsubscribed from (StreamingAck.subscribedisfalse).StreamingActor Parent Actor forStreamingSessionActors delegating most of the messages to a specific session.StreamingActor.Control Control messages to send in the same actor system.StreamingConfig Provides configuration settings of general gateway streaming functionality.StreamingConfig.StreamingConfigValue An enumeration of the known config path expressions and their associated default values forStreamingConfig.StreamingSession Store of the needed information about a streaming session of a single streaming type.WebsocketConfig Provides configuration settings of the web socket endpoint.WebsocketConfig.WebsocketConfigValue An enumeration of the known config path expressions and their associated default values forWebSocketConfig.