Interface IVisitable
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
Used to visit the state machine structure, so it can be displayed, etc.
public interface IVisitable : IProbeSite
- Inherited Members
Methods
Accept(StateMachineVisitor)
A visitable site can accept the visitor and pass control to internal elements
void Accept(StateMachineVisitor visitor)
Parameters
visitor
StateMachineVisitor