Uses of Interface
com.iohao.net.framework.communication.eventbus.EventBus
Packages that use EventBus
Package
Description
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
-
Uses of EventBus in com.iohao.net.framework.communication.eventbus
Fields in com.iohao.net.framework.communication.eventbus declared as EventBusMethods in com.iohao.net.framework.communication.eventbus that return EventBusModifier and TypeMethodDescriptionEventBusRegion.getEventBus(int serverId) Get the EventBus instance for the given server ID.EventBusSetting.ofEventBus(int id) Create a new EventBus instance with the given ID.Methods in com.iohao.net.framework.communication.eventbus with parameters of type EventBusModifier and TypeMethodDescriptionvoidRegister a local EventBus instance in this region.voidEventBusSetting.defaultSetting(EventBus eventBus) Apply default settings to the given EventBus instance.voidEventBusListener.emptySubscribe(EventBusMessage eventBusMessage, EventBus eventBus) Listener callback triggered when the event message has no corresponding subscriber -
Uses of EventBus in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return EventBus