Package io.github.astrapi69.design.pattern.eventbus.api


package io.github.astrapi69.design.pattern.eventbus.api
  • Interfaces
    Class
    Description
    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.