Packages

case class BundlingBuffer[U](size: Int, overflowStrategy: OverflowStrategy) extends GraphStage[FlowShape[(Promise[Unit], U), (Promise[Unit], U)]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, GraphStage[FlowShape[(Promise[Unit], U), (Promise[Unit], U)]], GraphStageWithMaterializedValue[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed], Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BundlingBuffer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GraphStage
  7. GraphStageWithMaterializedValue
  8. Graph
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BundlingBuffer(size: Int, overflowStrategy: OverflowStrategy)

Type Members

  1. type Shape = FlowShape[(Promise[Unit], U), (Promise[Unit], U)]
    Definition Classes
    Graph
  2. type T = (Promise[Unit], U)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAttributes(attr: Attributes): Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]
    Definition Classes
    Graph
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]
    Definition Classes
    Graph
  7. def async(dispatcher: String): Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]
    Definition Classes
    Graph
  8. def async: Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]
    Definition Classes
    Graph
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def createLogic(inheritedAttributes: Attributes): GraphStageLogic
    Definition Classes
    BundlingBuffer → GraphStage
  11. final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
    Definition Classes
    GraphStage → GraphStageWithMaterializedValue
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. val in: Inlet[T]
  15. def initialAttributes: Attributes
    Attributes
    protected
    Definition Classes
    GraphStageWithMaterializedValue
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def named(name: String): Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]
    Definition Classes
    Graph
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val out: Outlet[T]
  22. val overflowStrategy: OverflowStrategy
  23. def shape: FlowShape[T, T]
    Definition Classes
    BundlingBuffer → Graph
  24. val size: Int
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def withAttributes(attr: Attributes): Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]
    Definition Classes
    GraphStageWithMaterializedValue → Graph

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GraphStage[FlowShape[(Promise[Unit], U), (Promise[Unit], U)]]

Inherited from GraphStageWithMaterializedValue[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]

Inherited from Graph[FlowShape[(Promise[Unit], U), (Promise[Unit], U)], NotUsed]

Inherited from AnyRef

Inherited from Any

Ungrouped