![]() |
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.
|
A IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> to the IActorRef which acts as a single point of all handler resolutions. More...
Inheritance diagram for Cqrs.Akka.Events.AkkaEventBusProxy< TAuthenticationToken >:Classes | |
| class | BusActor |
| Similar to a IEventPublisher<TAuthenticationToken>, passes events onto the EventHandlerResolver. More... | |
Public Member Functions | |
| AkkaEventBusProxy (IDependencyResolver dependencyResolver, ICorrelationIdHelper correlationIdHelper, IAuthenticationTokenHelper< TAuthenticationToken > authenticationTokenHelper) | |
| Instantiates a new instance of AkkaEventBusProxy<TAuthenticationToken>. More... | |
| virtual void | Publish< TEvent > (TEvent @event) |
| Publishes the provided event on the event bus. More... | |
| virtual void | Publish< TEvent > (IEnumerable< TEvent > events) |
| Publishes the provided events on the event bus. More... | |
Properties | |
| IActorRef | EventHandlerResolver [get] |
| Gets the event handler resolver that we send/proxy the event to. More... | |
| ICorrelationIdHelper | CorrelationIdHelper [get] |
| Gets or sets the ICorrelationIdHelper. More... | |
| IAuthenticationTokenHelper< TAuthenticationToken > | AuthenticationTokenHelper [get] |
| Gets or sets the Authentication Token Helper. More... | |
A IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> to the IActorRef which acts as a single point of all handler resolutions.