@AllParametersAndReturnValuesAreNonnullByDefault
Package org.eclipse.ditto.services.gateway.streaming.actors
Actors for streaming of websocket messages.
-
Interface Summary Interface Description SessionedJsonifiable Jsonifiable with information from the streaming session.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. -
Class Summary Class Description StreamingActor Parent Actor forStreamingSessionActors delegating most of the messages to a specific session.StreamingSession Store of the needed information about a streaming session of a single streaming type.SupervisedStream.WithQueue Materialized value containing aSourceQueueand aSupervisedSource. -
Enum Summary Enum Description StreamingActor.Control Control messages to send in the same actor system.