final class QueueSink[T] extends GraphStageWithMaterializedValue[SinkShape[T], SinkQueueWithCancel[T]]
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueueSink
- GraphStageWithMaterializedValue
- Graph
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueueSink()
Type Members
Value Members
-
def
addAttributes(attr: Attributes): Graph[SinkShape[T], SinkQueueWithCancel[T]]
- Definition Classes
- Graph
-
def
async: Graph[SinkShape[T], SinkQueueWithCancel[T]]
Put an asynchronous boundary around this
Graph
Put an asynchronous boundary around this
Graph
- Definition Classes
- Graph
-
def
createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic with CallbackWrapper[Output[T]] with InHandler { ... /* 8 definitions in type refinement */ }, SinkQueueWithCancel[T])
- Definition Classes
- QueueSink → GraphStageWithMaterializedValue
- val in: Inlet[T]
-
def
initialAttributes: Attributes
- Definition Classes
- QueueSink → GraphStageWithMaterializedValue
-
final
lazy val
module: Module
INTERNAL API.
INTERNAL API.
Every materializable element must be backed by a stream layout module
- Definition Classes
- GraphStageWithMaterializedValue → Graph
-
def
named(name: String): Graph[SinkShape[T], SinkQueueWithCancel[T]]
- Definition Classes
- Graph
- val shape: SinkShape[T]
-
def
toString(): String
- Definition Classes
- QueueSink → AnyRef → Any
-
final
def
withAttributes(attr: Attributes): Graph[SinkShape[T], SinkQueueWithCancel[T]]
- Definition Classes
- GraphStageWithMaterializedValue → Graph