Class MessageSendPipe<TOutput>
- Namespace
- MassTransit.Middleware
- Assembly
- MassTransit.Abstractions.dll
Converts an inbound context type to a pipe context type post-dispatch
public class MessageSendPipe<TOutput> : IMessageSendPipe<TOutput>, IPipe<SendContext<TOutput>>, IProbeSite where TOutput : class
Type Parameters
TOutput
The subsequent pipe context type
- Inheritance
-
MessageSendPipe<TOutput>
- Implements
-
IMessageSendPipe<TOutput>IPipe<SendContext<TOutput>>
- Inherited Members
- Extension Methods
Constructors
MessageSendPipe(IPipe<SendContext<TOutput>>)
public MessageSendPipe(IPipe<SendContext<TOutput>> outputPipe)
Parameters
outputPipe
IPipe<SendContext<TOutput>>