Uses of Interface
com.iohao.net.framework.communication.PublisherCommunication
Packages that use PublisherCommunication
Package
Description
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
-
Uses of PublisherCommunication in com.iohao.net.framework.communication
Subinterfaces of PublisherCommunication in com.iohao.net.framework.communicationModifier and TypeInterfaceDescriptioninterfaceFramework network communication aggregation interface.interfaceCommunication interface for collecting aggregated responses from multiple logic servers.interfaceInterface for inter-logic-server communication. -
Uses of PublisherCommunication in com.iohao.net.server
Classes in com.iohao.net.server that implement PublisherCommunicationModifier and TypeClassDescriptionclassDefault communication aggregation implementation for routing, broadcasting, and RPC-like calls.