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.

◆ CreateFrameworkEvent() [4/4]

EventData Cqrs.EventStore.IEventBuilder< TAuthenticationToken >.CreateFrameworkEvent ( string  type,
string  eventDataBody 
)

Create an framework event from the provided eventDataBody .

Parameters
typeThe name of the Type of the target object the serialised data is.
eventDataBodyA JSON string of serialised data.

Implemented in Cqrs.EventStore.EventFactory< TAuthenticationToken >.