Table of Contents

Enum CompositeEventOptions

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
[Flags]
public enum CompositeEventOptions

Fields

IncludeFinal = 2

Include the composite event in the final state

IncludeInitial = 1

Include the composite event in the initial state

None = 0