case class ConnectionGraph(mergeHubSink: Sink[ByteString, NotUsed], connectionF: Future[OutgoingConnection], streamDoneF: Future[Done], killswitch: UniqueKillSwitch) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionGraph
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConnectionGraph(mergeHubSink: Sink[ByteString, NotUsed], connectionF: Future[OutgoingConnection], streamDoneF: Future[Done], killswitch: UniqueKillSwitch)