![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
| bool Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >.DefaultReceiveEvent | ( | IEvent< TAuthenticationToken > @ | event, |
| RouteManager | routeManager, | ||
| string | framework | ||
| ) |
The default event handler that check if the IEvent<TAuthenticationToken> has already been processed by this framework, checks if the IEvent<TAuthenticationToken> is required, finds the handler from the provided routeManager .
| event | The IEvent<TAuthenticationToken> to process. |
| routeManager | The RouteManager to get the IEventHandler<TAuthenticationToken,TCommand> from. |
| framework | The current framework. |
Implemented in Cqrs.Azure.ServiceBus.AzureBusHelper< TAuthenticationToken >.