Interface State
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface State : IVisitable, IProbeSite, IComparable<State>
- Inherited Members
Properties
AfterLeave
Raised just after the state has been left and a new state is selected
Event<State> AfterLeave { get; }
Property Value
BeforeEnter
Raised just before the state is about to change to a new state
Event<State> BeforeEnter { get; }
Property Value
Enter
Raised when the state is entered
Event Enter { get; }
Property Value
Leave
Raised when the state is about to be left
Event Leave { get; }
Property Value
Name
string Name { get; }