![]() |
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...
Inheritance diagram for Cqrs.Events.DefaultEventBuilder< TAuthenticationToken >:Protected Member Functions | |
| override string | SerialiseEventDataToString (IEvent< TAuthenticationToken > eventData) |
| Serialise the provided eventData into JSON a string. More... | |
| virtual JsonSerializerSettings | GetSerialisationSettings () |
| Returns DefaultSettings More... | |
Protected Member Functions inherited from Cqrs.Events.EventBuilder< TAuthenticationToken > | |
| 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 | |
Public Member Functions inherited from Cqrs.Events.EventBuilder< TAuthenticationToken > | |
| 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. |