Namespace MassTransit.Configuration
Classes
- FilterPipeSpecification<TContext>
Adds an arbitrary filter to the pipe
- SplitFilterPipeSpecification<TContext, TFilter>
Adds an arbitrary filter to the pipe
Interfaces
- IConsumeTopologyConvention
A convention that is applies to a message type on Consume, if applicable to the message type.
- IMessageConsumePipeConfigurator<TMessage>
Configures the Consuming of a message type, allowing filters to be applied on Consume.
- IMessageTopologyConfigurationObserver
Observes the configuration of message-specific topology
- IPipeBuilder<TContext>
A pipe builder constructs a pipe by adding filter to the end of the chain, after while the builder completes the pipe/filter combination.
- IPipeSpecification<TContext>
Configures a pipe builder (typically by adding filters), but allows late binding to the pipe builder with pre-validation that the operations will succeed.
- IPublishTopologyConvention
A convention that is applies to a message type on Publish, if applicable to the message type.
- ISendTopologyConvention
A convention that is applies to a message type on send, if applicable to the message type.
- ITopologyPipeBuilder<T>
A pipe builder used by topologies, which indicates whether the message type is either delegated (called from a sub-specification) or implemented (being called when the actual type is a subtype and this is an implemented type).