Interface ISendContextPipe
- Namespace
- MassTransit.Transports
- Assembly
- MassTransit.Abstractions.dll
public interface ISendContextPipe
Methods
Send<T>(SendContext<T>)
Task Send<T>(SendContext<T> context) where T : class
Parameters
context
SendContext<T>
Returns
Type Parameters
T