![]() | GraphInterpreter Methods |
The GraphInterpreter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttachDownstreamBoundary(Int32, GraphInterpreterDownstreamBoundaryStageLogic) |
TBD
|
![]() | AttachDownstreamBoundary(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.
|
![]() | AttachUpstreamBoundary(Int32, GraphInterpreterUpstreamBoundaryStageLogic) |
TBD
|
![]() | AttachUpstreamBoundary(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.
|
![]() | DumpWaits |
Debug utility to dump the "waits-on" relationships in DOT format to the console for analysis of deadlocks.
Only invoke this after the interpreter completely settled, otherwise the results might be off. This is a very
simplistic tool, make sure you are understanding what you are doing and then it will serve you well.
|
![]() | Enqueue |
TBD
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute |
Executes pending events until the given limit is met. If there were remaining events, IsSuspended will return true.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Finish |
Finalizes the state of all stages by calling PostStop (if necessary).
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Initializes the states of all the stage logics by calling PreStart.
The passed-in materializer is intended to be a SubFusingMaterializer
that avoids creating new Actors when stages materialize sub-flows.If no
such materializer is available, passing in null will reuse the normal
materializer for the GraphInterpreter—fusing is only an optimization.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RunAsyncInput |
TBD
|
![]() | SetHandler(GraphInterpreterConnection, IInHandler) |
Dynamic handler changes are communicated from a GraphStageLogic by this method.
|
![]() | SetHandler(GraphInterpreterConnection, IOutHandler) |
Dynamic handler changes are communicated from a GraphStageLogic by this method.
|
![]() | ToString |
TBD
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |