class CancellationBarrierGraphStage[T] extends GraphStage[FlowShape[T, T]]
Instance Constructors
- new CancellationBarrierGraphStage()
Type Members
- type Shape = FlowShape[T, T]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def addAttributes(attr: Attributes): Graph[FlowShape[T, T], NotUsed]
- final def asInstanceOf[T0]: T0
- def async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[T, T], NotUsed]
- def async(dispatcher: String): Graph[FlowShape[T, T], NotUsed]
- def async: Graph[FlowShape[T, T], NotUsed]
- def clone(): AnyRef
- def createLogic(inheritedAttributes: Attributes): GraphStageLogic
- final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def getAttributes: Attributes
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- val in: Inlet[T]
- def initialAttributes: Attributes
- final def isInstanceOf[T0]: Boolean
- def named(name: String): Graph[FlowShape[T, T], NotUsed]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val out: Outlet[T]
- val shape: FlowShape[T, T]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- final def withAttributes(attr: Attributes): Graph[FlowShape[T, T], NotUsed]
Deprecated Value Members
- def finalize(): Unit
Inherited from GraphStage[FlowShape[T, T]]
Value Members
- final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
Inherited from GraphStageWithMaterializedValue[FlowShape[T, T], NotUsed]
Value Members
- def initialAttributes: Attributes
- final def withAttributes(attr: Attributes): Graph[FlowShape[T, T], NotUsed]
Inherited from Graph[FlowShape[T, T], NotUsed]
Value Members
- def addAttributes(attr: Attributes): Graph[FlowShape[T, T], NotUsed]
- def async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[T, T], NotUsed]
- def async(dispatcher: String): Graph[FlowShape[T, T], NotUsed]
- def async: Graph[FlowShape[T, T], NotUsed]
- def getAttributes: Attributes
- def named(name: String): Graph[FlowShape[T, T], NotUsed]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- type Shape = FlowShape[T, T]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def addAttributes(attr: Attributes): Graph[FlowShape[T, T], NotUsed]
- final def asInstanceOf[T0]: T0
- def async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[T, T], NotUsed]
- def async(dispatcher: String): Graph[FlowShape[T, T], NotUsed]
- def async: Graph[FlowShape[T, T], NotUsed]
- def clone(): AnyRef
- def createLogic(inheritedAttributes: Attributes): GraphStageLogic
- final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def getAttributes: Attributes
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- val in: Inlet[T]
- def initialAttributes: Attributes
- final def isInstanceOf[T0]: Boolean
- def named(name: String): Graph[FlowShape[T, T], NotUsed]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val out: Outlet[T]
- val shape: FlowShape[T, T]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- final def withAttributes(attr: Attributes): Graph[FlowShape[T, T], NotUsed]
- def finalize(): Unit