Uses of Interface
com.iohao.net.framework.communication.EventBusMessageCommunication
Packages that use EventBusMessageCommunication
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.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
-
Uses of EventBusMessageCommunication in com.iohao.net.framework.communication
Subinterfaces of EventBusMessageCommunication in com.iohao.net.framework.communicationModifier and TypeInterfaceDescriptioninterfaceFramework network communication aggregation interface. -
Uses of EventBusMessageCommunication in com.iohao.net.framework.communication.eventbus
Methods in com.iohao.net.framework.communication.eventbus with parameters of type EventBusMessageCommunicationModifier and TypeMethodDescriptionvoidEventBus.setCommunication(EventBusMessageCommunication communication) -
Uses of EventBusMessageCommunication in com.iohao.net.server
Classes in com.iohao.net.server that implement EventBusMessageCommunicationModifier and TypeClassDescriptionclassDefault communication aggregation implementation for routing, broadcasting, and RPC-like calls.