Table of Contents

Interface IRequestPipeConnector

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

Connect a request pipe to the pipeline

public interface IRequestPipeConnector

Methods

ConnectRequestPipe<T>(Guid, IPipe<ConsumeContext<T>>)

Connect the consume pipe to the pipeline for messages with the specified RequestId header

ConnectHandle ConnectRequestPipe<T>(Guid requestId, IPipe<ConsumeContext<T>> pipe) where T : class

Parameters

requestId Guid
pipe IPipe<ConsumeContext<T>>

Returns

ConnectHandle

Type Parameters

T