Click or drag to resize
Akka.NETTcpIncomingConnectionHandleWithTMat 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.42 (1.2.3.42)
Syntax
public TMat HandleWith<TMat>(
	Flow<ByteString, ByteString, TMat> handler,
	IMaterializer materializer
)

Parameters

handler
Type: Akka.Streams.DslFlowByteString, ByteString, TMat
TBD
materializer
Type: Akka.StreamsIMaterializer
TBD

Type Parameters

TMat
TBD

Return Value

Type: TMat
TBD
See Also