| TcpIncomingConnectionHandleWithTMat Method |
Handles the connection using the given flow, which is materialized exactly once and the respective
materialized instance is returned.
Convenience shortcut for: flow.join(handler).run().
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public TMat HandleWith<TMat>(
Flow<ByteString, ByteString, TMat> handler,
IMaterializer materializer
)
member HandleWith :
handler : Flow<ByteString, ByteString, 'TMat> *
materializer : IMaterializer -> 'TMat
Parameters
- handler
- Type: Akka.Streams.DslFlowByteString, ByteString, TMat
TBD - materializer
- Type: Akka.StreamsIMaterializer
TBD
Type Parameters
- TMat
- TBD
Return Value
Type:
TMatTBD
See Also