Interface ReceiveEndpointCompleted
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface ReceiveEndpointCompleted : ReceiveEndpointEvent
- Inherited Members
Properties
ConcurrentDeliveryCount
The maximum concurrent messages delivery to the receive endpoint
long ConcurrentDeliveryCount { get; }
Property Value
DeliveryCount
The number of messages delivered to the receive endpoint
long DeliveryCount { get; }