Namespace MassTransit.Initializers
Interfaces
- IMessageInitializer<TMessage>
A message initializer that doesn't use the input
- InitializeContext<TMessage>
The context of the message being initialized
- InitializeContext<TMessage, TInput>
Message initialization context, which includes the message being initialized and the input being used to initialize the message properties.