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 = 0Include all event contents
Arguments = 2The arguments provided to the activity
Data = 4The data logged by an activity when completed or compensated
Itinerary = 8The itinerary that was added/removed from the routing slip when revised
None = 256Do not include any contents with the routing slip events
SkipEncrypted = 256If specified, encrypted content is excluded from the event
Variables = 1The routing slip variables after the activity was executed or compensated