Table of Contents

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

Event<State>

BeforeEnter

Raised just before the state is about to change to a new state

Event<State> BeforeEnter { get; }

Property Value

Event<State>

Enter

Raised when the state is entered

Event Enter { get; }

Property Value

Event

Leave

Raised when the state is about to be left

Event Leave { get; }

Property Value

Event

Name

string Name { get; }

Property Value

string