Click or drag to resize
Akka.NETGraphInterpreterAttachUpstreamBoundary Method (GraphInterpreterConnection, GraphInterpreterUpstreamBoundaryStageLogic)
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 AttachUpstreamBoundary(
	GraphInterpreterConnection connection,
	GraphInterpreterUpstreamBoundaryStageLogic logic
)

Parameters

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