Click or drag to resize
Akka.NETGraphInterpreterAttachDownstreamBoundary Method (GraphInterpreterConnection, GraphInterpreterDownstreamBoundaryStageLogic)
Assign the boundary logic to a given connection. This will serve as the interface to the external world (outside the interpreter) to process and inject events.

Namespace:  Akka.Streams.Implementation.Fusing
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void AttachDownstreamBoundary(
	GraphInterpreterConnection connection,
	GraphInterpreterDownstreamBoundaryStageLogic logic
)

Parameters

connection
Type: Akka.Streams.Implementation.FusingGraphInterpreterConnection
TBD
logic
Type: Akka.Streams.Implementation.FusingGraphInterpreterDownstreamBoundaryStageLogic
TBD
See Also