Package-level declarations

Types

Link copied to clipboard

接口扩展了MutableMap和Copyable

,用于管理Message请求或响应的头部信息 它提供了一种链式调用的方式来设置和获取头部字段,同时也支持将头部信息设置为只读状态

Link copied to clipboard

The Message interface represents a message with a source and a body of generic types. It extends Identifier and CreateTimeCapable interfaces, indicating that each message has a unique identifier and creation time. The interface provides methods to manipulate message headers and to mark messages as read-only.

Link copied to clipboard

An extension of the Message interface that incorporates the NamedBoundedContext trait. This interface represents a message that is associated with a bounded context and has a name.

Link copied to clipboard

A further specialization of the NamedBoundedContextMessage interface that adds support for named entities. This interface represents a message that is named and can be associated with a bounded context.

Link copied to clipboard

TopicKind 枚举类定义了主题的种类 这些种类用于标识主题的性质或用途

Link copied to clipboard

TopicKindCapable 接口定义了主题种类感知能力 实现该接口的类必须提供主题种类属性,以供外部查询