Class SupervisedStream.WithQueue

  • Enclosing interface:
    SupervisedStream

    public static final class SupervisedStream.WithQueue
    extends Object
    Materialized value containing a SourceQueue and a SupervisedSource.
    • Method Detail

      • getSourceQueue

        public akka.stream.javadsl.SourceQueueWithComplete<SessionedJsonifiable> getSourceQueue()
        Returns:
        the source queue.
      • getSupervisedStream

        public SupervisedStream getSupervisedStream()
        Returns:
        the supervised source.