Package-level declarations
Types
Link copied to clipboard
Represents a message with metadata headers and a typed body payload.
Link copied to clipboard
interface NamedBoundedContextMessage<SOURCE : NamedBoundedContextMessage<SOURCE, T>, out T> : Message<SOURCE, T> , NamedBoundedContext
A message that is associated with a named bounded context.
Link copied to clipboard
interface NamedMessage<SOURCE : NamedMessage<SOURCE, T>, out T> : NamedBoundedContextMessage<SOURCE, T> , Named
A message that has both a name and is associated with a bounded context.
Link copied to clipboard
interface TopicKindCapable
Interface for entities that are aware of their topic kind.