CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CreateFrameworkEvent() [3/4]

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

Create an framework event from the provided eventDataBody .

Parameters
eventDataBodyA JSON string of serialised data.

Implements Cqrs.EventStore.IEventBuilder< TAuthenticationToken >.