Enum RoutingSlipEvents
- Namespace
- MassTransit.Courier.Contracts
- Assembly
- MassTransit.Abstractions.dll
[Flags]
public enum RoutingSlipEvents
Fields
ActivityCompensated = 1024Send the RoutingSlipActivityCompensated event
ActivityCompensationFailed = 2048Send the RoutingSlipCompensationFailed event
ActivityCompleted = 256Send the RoutingSlipActivityCompleted event
ActivityFaulted = 512Send the RoutingSlipActivityFaulted event
All = 0By default, all routing slip events are included for a subscription
CompensationFailed = 4Send the RoutingSlipCompensationFaulted event
Completed = 1Send the RoutingSlipCompleted event
EventMask = 65535Used to mask the events so that upper-level flags don't conflict
Faulted = 2Send the RoutingSlipFaulted event
Revised = 16Send the routing slip revised event
Supplemental = 65536If specified, the event subscription is supplemental and should not prevent the publishing of existing routing slip events. By default, any subscription suppresses publishing of events.
Terminated = 8Send the routing slip terminated event