JournalTypes Type
Stable logical names for journal payload types. Register every command/event/ state type that touches the journal; the serializer then writes manifests like "fcqrs:ev(doc.event)" instead of CLR AssemblyQualifiedNames — so types can be renamed or moved freely (update the mapping, old journal rows keep reading). Unregistered types fall back to the legacy AQN manifest.
Static members
| Static member | Description |
Full Usage:
JournalTypes.Map(name, aliases)
Parameters:
string
aliases : string[]
|
|
Full Usage:
JournalTypes.Map(payloadType, name, aliases)
Parameters:
Type
name : string
aliases : string[]
|
|
Full Usage:
JournalTypes.Remap(payloadType, name, aliases)
Parameters:
Type
name : string
aliases : string[]
|
|
FCQRS