Enum BatchCompletionMode
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
The reason this batch was made ready for consumption
public enum BatchCompletionMode
Fields
Forced = 2
A batch was forced, likely due to a previously faulted message being retried
Size = 1
The maximum number of messages in the batch was reached
Time = 0
The time limit for receiving messages in the batch was reached