Table of Contents

Interface IAgent<TContext>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

An agent that is also a pipe context source, of the specified context type

public interface IAgent<out TContext> : IAgent, IPipeContextSource<TContext>, IProbeSite where TContext : class, PipeContext

Type Parameters

TContext
Inherited Members
Extension Methods