Uses of Interface
com.iohao.net.framework.communication.eventbus.EventBus
Packages that use EventBus
Package
Description
CoreFramework - Communication - Distributed EventBus, the distributed event bus is similar to products such as Guava EventBus, Redis Publish/Subscribe, and MQ.
CoreFramework - Flow
-
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) EventBusSetting.ofEventBus(int id) Methods in com.iohao.net.framework.communication.eventbus with parameters of type EventBusModifier and TypeMethodDescriptionvoidvoidEventBusSetting.defaultSetting(EventBus eventBus) 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