Table of Contents

Interface IPipe<TContext>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface IPipe<in TContext> : IProbeSite where TContext : class, PipeContext

Type Parameters

TContext
Inherited Members
Extension Methods

Methods

Send(TContext)

The base primitive, Send delivers the pipe context of T to the pipe.

Task Send(TContext context)

Parameters

context TContext

The pipe context of type T

Returns

Task

A task which is completed once the pipe has processed the context