Class PipeConfigurator<TContext>
- Namespace
 - MassTransit.Configuration
 
- Assembly
 - MassTransit.Abstractions.dll
 
public class PipeConfigurator<TContext> : IBuildPipeConfigurator<TContext>, IPipeConfigurator<TContext>, ISpecification where TContext : class, PipeContext
  Type Parameters
TContext
- Inheritance
 - 
      
      PipeConfigurator<TContext>
 
- Implements
 - 
      IBuildPipeConfigurator<TContext>IPipeConfigurator<TContext>
 
- Inherited Members
 
- Extension Methods
 
Constructors
PipeConfigurator()
public PipeConfigurator()
  Methods
Build()
Builds the pipe, applying any initial specifications to the front of the pipe
public IPipe<TContext> Build()
  Returns
- IPipe<TContext>
 
Validate()
Validate the specification, ensuring that a successful build will occur.
public IEnumerable<ValidationResult> Validate()