Module cloud.opencode.base.event


module cloud.opencode.base.event
OpenCode Base Event Module OpenCode 基础事件模块

Provides event-driven architecture support based on JDK 25 virtual threads, including publish/subscribe pattern, event dispatching, saga pattern, and event store.

提供基于 JDK 25 虚拟线程的事件驱动架构支持,包括发布/订阅模式、事件分发、 Saga 模式和事件存储。

Key Features | 主要功能:

  • Publish/Subscribe Pattern - 发布/订阅模式
  • Async Event Dispatching (Virtual Threads) - 异步事件分发(虚拟线程)
  • Event Handler Registration - 事件处理器注册
  • Saga Pattern Support - Saga 模式支持
  • Event Store - 事件存储
  • Event Security - 事件安全
  • Event Serialization - 事件序列化
Since:
JDK 25, opencode-base-event V1.0.0
Author:
Leon Soo
See Also: