Files
conflux/README.md
Leo Galambos 54b21586c7 Initial version.
Signed-off-by: Leo Galambos <lg@hq.egothor.org>
2025-07-03 22:30:33 +02:00

486 B

Conflux

Conflux is a Java library that provides a shared processing context combined with an event bus, allowing independent components to share named values and react to their changes in a clean and decoupled way.

Key Features

  • Shared context for storing and retrieving named values
  • Publish/subscribe event bus for listening to value changes
  • Simple API for easy integration into existing projects
  • Enables modular design by decoupling components through events