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() [2/4]

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

Create an framework event from the provided eventDataBody .

Parameters
eventDataBodyA JSON string of serialised data.

Implemented in Cqrs.EventStore.EventFactory< TAuthenticationToken >.