Uses of Package
com.iohao.net.framework.communication.eventbus
Packages that use com.iohao.net.framework.communication.eventbus
Package
Description
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
SBE encoders used by net-server for center registration and peer events.
-
Classes in com.iohao.net.framework.communication.eventbus used by com.iohao.net.framework.communicationClassDescriptionEvent message carrying the event source data, topic, routing info, and fire type flags for the EventBus system.
-
Classes in com.iohao.net.framework.communication.eventbus used by com.iohao.net.framework.communication.eventbusClassDescriptionEventBus, the relationship between EventBus, the business framework, and the logic server is 1:1:1.Event listener, triggered conditions: 1. when a subscriber throws an uncaught exception, 2. when an event message has no corresponding subscriber.Event message carrying the event source data, topic, routing info, and fire type flags for the EventBus system.Factory interface for creating
EventBusMessageinstances from event source objects.Event Bus Management DomainConfiguration interface for the EventBus subsystem, providing factory methods for creating EventBus instances and accessing the EventBus region.Lifecycle status of an EventBus instance.Holds event topic information and server metadata for a logic server participating in the EventBus system.Subscriber thread executor selection strategy.Strategy interface for selecting the thread executor used to run a subscriber method.Represents a single event subscriber method bound to anEventBusSubscriberinstance.Strategy interface for invoking a subscriber method when an event is dispatched.Factory interface for creatingSubscriberInvokeinstances fromSubscribermetadata. -
Classes in com.iohao.net.framework.communication.eventbus used by com.iohao.net.framework.coreClassDescriptionEventBus, the relationship between EventBus, the business framework, and the logic server is 1:1:1.
-
Classes in com.iohao.net.framework.communication.eventbus used by com.iohao.net.framework.core.flowClassDescriptionEventBus, the relationship between EventBus, the business framework, and the logic server is 1:1:1.Event message carrying the event source data, topic, routing info, and fire type flags for the EventBus system.
-
Classes in com.iohao.net.framework.communication.eventbus used by com.iohao.net.serverClassDescriptionEvent message carrying the event source data, topic, routing info, and fire type flags for the EventBus system.
-
Classes in com.iohao.net.framework.communication.eventbus used by com.iohao.net.server.codecClassDescriptionEvent message carrying the event source data, topic, routing info, and fire type flags for the EventBus system.