Interface PublishContext
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface PublishContext : SendContext, PipeContext
- Inherited Members
- Extension Methods
Properties
Mandatory
True if the message must be delivered to a subscriber
bool Mandatory { get; set; }