All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description 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.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.StreamSupervisor Provides the means to supervise a materialized stream.SupervisedStream Materialized value of a source queue for supervision of the stream for which the queue is a part.SupervisedStream.WithQueue Materialized value containing aSourceQueueand aSupervisedSource.