AckedSink

com.github.pjfanning.acked.AckedSink
See theAckedSink companion object
case class AckedSink[-In, +Mat](pekkoSink: Graph[SinkShape[(In)], Mat]) extends AckedGraph[AckedSinkShape[In], Mat]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AckedGraph[AckedSinkShape[In], Mat]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
AckedGraph
type Shape = S

Attributes

Inherited from:
AckedGraph

Value members

Concrete methods

override def addAttributes(attr: Attributes): AckedSink[In, Mat]

Attributes

Definition Classes
override def withAttributes(attr: Attributes): AckedSink[In, Mat]

Attributes

Definition Classes

Inherited methods

def named(name: String): AckedGraph[S, M]

Attributes

Inherited from:
AckedGraph
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def wrapShape(pekkoShape: Shape): Self

Attributes

Inherited from:
AckedGraph

Concrete fields

val pekkoGraph: Graph[PekkoShape, Mat]
val shape: Shape