Event-driven Flower runtime. EventWorker -> EventFlow -> EventStep.
A reactor-pattern event loop where
steps declare what should wake them (events, external signals,
deadlines) instead of being re-ticked. Reuses flower-core
primitives (EventBus, Clock, FlowId, ExecutionContext, FlowState).
Java 8 compatible. No reactive-streams (Mono/Flux) API.
Version0.1.2compared with
Version Details
| 0.1.1 | 0.1.2 | |
|---|---|---|
| Release date | Jul 23, 2026 | Aug 06, 2026 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (1)
| 0.1.1 | 0.1.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | io.github.flowerjvm » flower-core | 0.1.1 | 0.1.2 |