Table of Contents

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

bool

IsImplemented

If true, this is a builder for implemented types, so don't go down the rabbit hole twice.

bool IsImplemented { get; }

Property Value

bool

Methods

CreateDelegatedBuilder()

ISpecificationPipeBuilder<T> CreateDelegatedBuilder()

Returns

ISpecificationPipeBuilder<T>

CreateImplementedBuilder()

ISpecificationPipeBuilder<T> CreateImplementedBuilder()

Returns

ISpecificationPipeBuilder<T>