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.

◆ PrepareAndValidateEvent< TEvent >()

virtual bool Cqrs.Akka.Events.AkkaEventBus< TAuthenticationToken >.PrepareAndValidateEvent< TEvent > ( TEvent @  event,
string  framework,
out IEnumerable< RouteHandlerDelegate handlers 
)
virtual

Prepares and validates an IEvent<TAuthenticationToken> to be sent specifying the framework it is sent via.

Template Parameters
TEventThe Type ofIEvent<TAuthenticationToken> being sent.
Parameters
eventThe IEvent<TAuthenticationToken> to send.
frameworkThe framework the event is being sent from.
handlersThe located handlers to be executed by passing the event .
Type Constraints
TEvent :IEvent<TAuthenticationToken>