Table of Contents

Enum RoutingSlipEvents

Namespace
MassTransit.Courier.Contracts
Assembly
MassTransit.Abstractions.dll
[Flags]
public enum RoutingSlipEvents

Fields

ActivityCompensated = 1024

Send the RoutingSlipActivityCompensated event

ActivityCompensationFailed = 2048

Send the RoutingSlipCompensationFailed event

ActivityCompleted = 256

Send the RoutingSlipActivityCompleted event

ActivityFaulted = 512

Send the RoutingSlipActivityFaulted event

All = 0

By default, all routing slip events are included for a subscription

CompensationFailed = 4

Send the RoutingSlipCompensationFaulted event

Completed = 1

Send the RoutingSlipCompleted event

EventMask = 65535

Used to mask the events so that upper-level flags don't conflict

Faulted = 2

Send the RoutingSlipFaulted event

Revised = 16

Send the routing slip revised event

Supplemental = 65536

If 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 = 8

Send the routing slip terminated event