Namespace Opossum.Mediator
Classes
- HandlerDiscoveryService
Service for discovering message handlers using reflection
- Mediator
Default implementation of the mediator pattern
- MediatorOptions
Configuration options for the mediator
- MediatorServiceExtensions
Extension methods for registering the mediator with dependency injection
- MessageHandlerAttribute
Marks a class as a message handler for explicit discovery
- ReflectionMessageHandler
Reflection-based message handler implementation
Interfaces
- IMediator
Entry point for processing messages with the mediator pattern
- IMessageHandler
Interface for generated/compiled message handlers