package io.github.astrapi69.design.pattern.eventbus.api
-
-
Interfaces
The
EventBus
interface defines the contract for an event bus system that allows objects
to register as subscribers, unregister from receiving events, and post events to all registered
subscribers.