Stage

final class Stage[A](name: String, layer: Layer)(implicit a: Allocator, tpe: DataType[A]) extends StageImpl[Shp[A]]
class StageImpl[Shp[A]]
class GraphStage[Shp[A]]
class GraphStageWithMaterializedValue[Shp[A], NotUsed]
trait Graph[Shp[A], NotUsed]
class Object
trait Matchable
class Any

Type members

Inherited types

type Shape = S
Inherited from:
Graph

Value members

Concrete methods

def createLogic(attr: Attributes): NodeImpl[Shape]

Inherited methods

def addAttributes(attr: Attributes): Graph[Shp[A], NotUsed]
Inherited from:
Graph
def async(dispatcher: String, inputBufferSize: Int): Graph[Shp[A], NotUsed]
Inherited from:
Graph
def async(dispatcher: String): Graph[Shp[A], NotUsed]
Inherited from:
Graph
def async: Graph[Shp[A], NotUsed]
Inherited from:
Graph
final override def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
Definition Classes
GraphStage -> GraphStageWithMaterializedValue
Inherited from:
GraphStage
def getAttributes: Attributes
Inherited from:
Graph
override def initialAttributes: Attributes
Definition Classes
StageImpl -> GraphStageWithMaterializedValue
Inherited from:
StageImpl
def named(name: String): Graph[Shp[A], NotUsed]
Inherited from:
Graph
override def toString: String
Definition Classes
StageImpl -> Any
Inherited from:
StageImpl
final override def withAttributes(attr: Attributes): Graph[Shp[A], NotUsed]
Definition Classes
GraphStageWithMaterializedValue -> Graph
Inherited from:
GraphStageWithMaterializedValue

Concrete fields

val shape: Shape