Interface IMessageTopologyConfigurationObserver
- Namespace
 - MassTransit.Configuration
 
- Assembly
 - MassTransit.Abstractions.dll
 
Observes the configuration of message-specific topology
public interface IMessageTopologyConfigurationObserver
  Methods
MessageTopologyCreated<T>(IMessageTopologyConfigurator<T>)
void MessageTopologyCreated<T>(IMessageTopologyConfigurator<T> configuration) where T : class
  Parameters
configurationIMessageTopologyConfigurator<T>
Type Parameters
T