Class EmptySource


  • public final class EmptySource
    extends java.lang.Object
    INTERNAL API
    • Constructor Detail

      • EmptySource

        public EmptySource()
    • Method Detail

      • out

        public static Outlet<scala.runtime.Nothing$> out()
      • shape

        public static SourceShape<scala.runtime.Nothing$> shape()
      • initialAttributes

        protected static Attributes initialAttributes()
      • toString

        public static java.lang.String toString()
      • named

        public static Graph<S,​M> named​(java.lang.String name)
      • async

        public static Graph<S,​M> async()
      • async

        public static Graph<S,​M> async​(java.lang.String dispatcher)
      • async

        public static Graph<S,​M> async​(java.lang.String dispatcher,
                                             int inputBufferSize)
      • addAttributes

        public static Graph<S,​M> addAttributes​(Attributes attr)
      • withAttributes

        public static final Graph<S,​M> withAttributes​(Attributes attr)
      • createLogicAndMaterializedValue

        public static final scala.Tuple2<GraphStageLogic,​NotUsed> createLogicAndMaterializedValue​(Attributes inheritedAttributes)