![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
bool? Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >.DefaultReceiveCommand | ( | ICommand< TAuthenticationToken > | command, |
RouteManager | routeManager, | ||
string | framework | ||
) |
The default command handler that check if the ICommand<TAuthenticationToken> has already been processed by this framework, checks if the ICommand<TAuthenticationToken> is required, finds the handler from the provided routeManager .
command | The ICommand<TAuthenticationToken> to process. |
routeManager | The RouteManager to get the ICommandHandler<TAuthenticationToken,TCommand> from. |
framework | The current framework. |
Implemented in Cqrs.Azure.ServiceBus.AzureBusHelper< TAuthenticationToken >.