Package akka.stream.impl
Class EmptySource
- java.lang.Object
-
- akka.stream.impl.EmptySource
-
public final class EmptySource extends java.lang.ObjectINTERNAL API
-
-
Constructor Summary
Constructors Constructor Description EmptySource()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Graph<S,M>addAttributes(Attributes attr)static Graph<S,M>async()static Graph<S,M>async(java.lang.String dispatcher)static Graph<S,M>async(java.lang.String dispatcher, int inputBufferSize)static GraphStageLogiccreateLogic(Attributes inheritedAttributes)static scala.Tuple2<GraphStageLogic,NotUsed>createLogicAndMaterializedValue(Attributes inheritedAttributes)static scala.Tuple2<GraphStageLogic,M>createLogicAndMaterializedValue(Attributes inheritedAttributes, Materializer materializer)protected static AttributesinitialAttributes()static Graph<S,M>named(java.lang.String name)static Outlet<scala.runtime.Nothing$>out()static SourceShape<scala.runtime.Nothing$>shape()static java.lang.StringtoString()static TraversalBuildertraversalBuilder()static Graph<S,M>withAttributes(Attributes attr)
-
-
-
Method Detail
-
out
public static Outlet<scala.runtime.Nothing$> out()
-
shape
public static SourceShape<scala.runtime.Nothing$> shape()
-
initialAttributes
protected static Attributes initialAttributes()
-
createLogic
public static GraphStageLogic createLogic(Attributes inheritedAttributes)
-
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)
-
createLogicAndMaterializedValue
public static scala.Tuple2<GraphStageLogic,M> createLogicAndMaterializedValue(Attributes inheritedAttributes, Materializer materializer)
-
traversalBuilder
public static final TraversalBuilder traversalBuilder()
-
withAttributes
public static final Graph<S,M> withAttributes(Attributes attr)
-
createLogicAndMaterializedValue
public static final scala.Tuple2<GraphStageLogic,NotUsed> createLogicAndMaterializedValue(Attributes inheritedAttributes)
-
-