NamedBoundedContextMessage
interface NamedBoundedContextMessage<SOURCE : NamedBoundedContextMessage<SOURCE, T>, out T> : Message<SOURCE, T> , NamedBoundedContext
A message that is associated with a named bounded context.
This interface extends Message to include bounded context information, allowing messages to be scoped to specific business domains or contexts. The bounded context provides namespace isolation and helps with message routing and processing within the appropriate domain boundaries.
Type Parameters
SOURCE
The self-referential type for fluent method chaining
T
The type of the message body payload
See also
for bounded context naming capabilities