Package akka.stream.impl
Class MaybeSource
- java.lang.Object
-
- akka.stream.impl.MaybeSource
-
public class MaybeSource extends java.lang.ObjectINTERNAL API
-
-
Constructor Summary
Constructors Constructor Description MaybeSource()
-
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 scala.Tuple2<GraphStageLogic,scala.concurrent.Promise<scala.Option<java.lang.Object>>>createLogicAndMaterializedValue(Attributes inheritedAttributes)protected static AttributesinitialAttributes()static Graph<S,M>named(java.lang.String name)static Outlet<java.lang.Object>out()static SourceShape<java.lang.Object>shape()static java.lang.StringtoString()static TraversalBuildertraversalBuilder()static Graph<S,M>withAttributes(Attributes attr)
-
-
-
Method Detail
-
out
public static Outlet<java.lang.Object> out()
-
shape
public static SourceShape<java.lang.Object> shape()
-
initialAttributes
protected static Attributes initialAttributes()
-
createLogicAndMaterializedValue
public static scala.Tuple2<GraphStageLogic,scala.concurrent.Promise<scala.Option<java.lang.Object>>> createLogicAndMaterializedValue(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)
-
traversalBuilder
public static final TraversalBuilder traversalBuilder()
-
withAttributes
public static final Graph<S,M> withAttributes(Attributes attr)
-
-