Table of Contents

Class SendPipe

Namespace
MassTransit.Middleware
Assembly
MassTransit.Abstractions.dll
public class SendPipe : ISendPipe, ISendContextPipe, IProbeSite
Inheritance
SendPipe
Implements
Inherited Members

Constructors

SendPipe(ISendPipeSpecification)

public SendPipe(ISendPipeSpecification specification)

Parameters

specification ISendPipeSpecification

Methods

Probe(ProbeContext)

public void Probe(ProbeContext context)

Parameters

context ProbeContext

Send<T>(SendContext<T>)

public Task Send<T>(SendContext<T> context) where T : class

Parameters

context SendContext<T>

Returns

Task

Type Parameters

T