Class SupervisedStream.WithQueue
- java.lang.Object
-
- org.eclipse.ditto.services.gateway.streaming.actors.SupervisedStream.WithQueue
-
- Enclosing interface:
- SupervisedStream
public static final class SupervisedStream.WithQueue extends Object
Materialized value containing aSourceQueueand aSupervisedSource.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.javadsl.SourceQueueWithComplete<SessionedJsonifiable>getSourceQueue()SupervisedStreamgetSupervisedStream()
-
-
-
Method Detail
-
getSourceQueue
public akka.stream.javadsl.SourceQueueWithComplete<SessionedJsonifiable> getSourceQueue()
- Returns:
- the source queue.
-
getSupervisedStream
public SupervisedStream getSupervisedStream()
- Returns:
- the supervised source.
-
-