Skip to main content

Module default

Module default 

Source
Expand description

IMediator implementation.

Mediator::send delegates to the shared dispatch function — the same path used by HTTP endpoint adapters after request construction.

Mediator::publish resolves IEventHandler<T> from the DI container and invokes all registered handlers.

Structs§

Mediator
Default implementation of IMediator.