![]() |
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.
|
Builds EventData from various input formats serialising as JSON. More...
Protected Member Functions | |
override string | SerialiseEventDataToString (IEvent< TAuthenticationToken > eventData) |
Serialise the provided eventData into JSON a string. More... | |
virtual JsonSerializerSettings | GetSerialisationSettings () |
Returns DefaultSettings More... | |
![]() | |
virtual byte[] | SerialiseEventData (IEvent< TAuthenticationToken > eventData) |
Serialise the provided eventData into a byte Array. More... | |
Properties | |
static JsonSerializerSettings | DefaultSettings [get] |
The default JsonSerializerSettings to use. More... | |
Additional Inherited Members | |
![]() | |
virtual EventData | CreateFrameworkEvent (string type, IEvent< TAuthenticationToken > eventData) |
Create an framework event with the provided eventData . More... | |
virtual EventData | CreateFrameworkEvent (IEvent< TAuthenticationToken > eventData) |
Create an framework event with the provided eventData . More... | |
Builds EventData from various input formats serialising as JSON.
TAuthenticationToken | The Type of the authentication token. |