Definition
Package: MessageHandler.Runtime.AtomicProcessing.Receiving
Assembly: MessageHandler.Runtime.AtomicProcessing.Receiving
Namespace: MessageHandler.Runtime.AtomicProcessing
A registry which contains all the known message types
Constructors
| Constructor | Description |
|---|---|
| MessageTypeRegistry() | Creates a new instance of the registry |
| MessageTypeRegistry(AtomicProcessingPipelineConfiguration) | Creates a new instance of the registry based on the provided configuration |
Methods
| Method | Description |
|---|---|
| RegisterType(Type) | Register a new type in the registry |
| RegisterAssembly(Assembly) | Register all message types in the provided assembly |
| Find(string) | Find a type based on a type name |