Enum RoutingSlipEventContents
- Namespace
- MassTransit.Courier.Contracts
- Assembly
- MassTransit.Abstractions.dll
Specifies the specific contents of routing slip events to be included for a subscription
[Flags]
public enum RoutingSlipEventContents
Fields
All = 0
Include all event contents
Arguments = 2
The arguments provided to the activity
Data = 4
The data logged by an activity when completed or compensated
Itinerary = 8
The itinerary that was added/removed from the routing slip when revised
None = 256
Do not include any contents with the routing slip events
SkipEncrypted = 256
If specified, encrypted content is excluded from the event
Variables = 1
The routing slip variables after the activity was executed or compensated