Interface ISpecificationPipeBuilder<T>
- Namespace
- MassTransit.Configuration
- Assembly
- MassTransit.Abstractions.dll
public interface ISpecificationPipeBuilder<T> : IPipeBuilder<T> where T : class, PipeContext
Type Parameters
T
- Inherited Members
Properties
IsDelegated
If true, this is a delegated builder, and implemented message types and/or topology items should not be applied
bool IsDelegated { get; }
Property Value
IsImplemented
If true, this is a builder for implemented types, so don't go down the rabbit hole twice.
bool IsImplemented { get; }
Property Value
Methods
CreateDelegatedBuilder()
ISpecificationPipeBuilder<T> CreateDelegatedBuilder()
Returns
CreateImplementedBuilder()
ISpecificationPipeBuilder<T> CreateImplementedBuilder()