Interface PublishContext<T>
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface PublishContext<out T> : SendContext<T>, PublishContext, SendContext, PipeContext where T : class
Type Parameters
T
- Inherited Members
- Extension Methods