![]() |
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.
|
This is the complete list of members for Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >, including all inherited members.
| DefaultReceiveCommand(ICommand< TAuthenticationToken > command, RouteManager routeManager, string framework) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| DefaultReceiveEvent(IEvent< TAuthenticationToken > @event, RouteManager routeManager, string framework) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| PrepareAndValidateCommand< TCommand >(TCommand command, string framework) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| PrepareAndValidateEvent< TEvent >(TEvent @event, string framework) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| PrepareCommand< TCommand >(TCommand command, string framework) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| PrepareEvent< TEvent >(TEvent @event, string framework) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| ReceiveCommand(string messageBody, Func< ICommand< TAuthenticationToken >, bool?> receiveCommandHandler, string messageId, string signature, string signingTokenConfigurationKey, Action skippedAction=null, Action lockRefreshAction=null) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| ReceiveEvent(string messageBody, Func< IEvent< TAuthenticationToken >, bool?> receiveEventHandler, string messageId, string signature, string signingTokenConfigurationKey, Action skippedAction=null, Action lockRefreshAction=null) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| RegisterGlobalEventHandler< TMessage >(ITelemetryHelper telemetryHelper, RouteManager routeManger, Action< TMessage > handler, bool holdMessageLock=true) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > | |
| RegisterHandler< TMessage >(ITelemetryHelper telemetryHelper, RouteManager routeManger, Action< TMessage > handler, Type targetedType, bool holdMessageLock=true) | Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken > |