Interface IPipeSpecification<TContext>
- Namespace
- MassTransit.Configuration
- Assembly
- MassTransit.Abstractions.dll
Configures a pipe builder (typically by adding filters), but allows late binding to the pipe builder with pre-validation that the operations will succeed.
public interface IPipeSpecification<TContext> : ISpecification where TContext : class, PipeContext
Type Parameters
TContext
- Extension Methods
Methods
Apply(IPipeBuilder<TContext>)
Apply the specification to the builder
void Apply(IPipeBuilder<TContext> builder)
Parameters
builder
IPipeBuilder<TContext>The pipe builder