MutableDomainEventRecord
Mutable wrapper for domain event records.
This class provides a mutable interface to domain event records stored as Jackson ObjectNode instances. It allows modification of event properties during the upgrading process.
Parameters
actual
The ObjectNode to wrap
See also
ObjectNode
Constructors
Properties
Functions
Link copied to clipboard
fun NamedBoundedContext.getContextAlias(boundedContext: BoundedContext? = MetadataSearcher.metadata.contexts[contextName]): String
Link copied to clipboard
Gets the context alias prefix for this bounded context.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts a domain event record to a dropped event record.
Link copied to clipboard
Link copied to clipboard
Extension function to convert a DomainEventRecord to a MutableDomainEventRecord.