Interface IBuildPipeConfigurator<TContext>
- Namespace
 - MassTransit.Configuration
 
- Assembly
 - MassTransit.Abstractions.dll
 
public interface IBuildPipeConfigurator<TContext> : IPipeConfigurator<TContext>, ISpecification where TContext : class, PipeContext
  Type Parameters
TContext
- Extension Methods
 
Methods
Build()
Builds the pipe, applying any initial specifications to the front of the pipe
IPipe<TContext> Build()
  Returns
- IPipe<TContext>