![]() |
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 leaving the event data unserialised. More...
Public Member Functions | |
override 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... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
static JsonSerializerSettings | DefaultSettings [get] |
The default JsonSerializerSettings to use. More... | |
Builds EventData from various input formats leaving the event data unserialised.
TAuthenticationToken | The Type of the authentication token. |