MessageProcessor
Base interface for message processors that handle message exchanges.
Message processors are responsible for processing messages and producing results. They can be synchronous or reactive depending on the result type.
Parameters
P
The type of the processor instance
M
The type of message exchange being processed
R
The type of result produced by processing
Inheritors
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