All Classes
-
All Classes Interface Summary Class Summary Enum 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.EventAndResponsePublisher Actor publishingEvents andCommandResponses which were sent to him applying backpressure if necessary.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.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.StreamingSession Store of the needed information about a streaming session of a single streaming type.