Uses of Interface
com.iohao.net.framework.communication.CommunicationAggregation
Packages that use CommunicationAggregation
Package
Description
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
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.
Factory interfaces for customizing net-server component construction.
-
Uses of CommunicationAggregation in com.iohao.net.framework.communication
Methods in com.iohao.net.framework.communication that return CommunicationAggregationModifier and TypeMethodDescriptiondefault CommunicationAggregationCommonDecorator.getCommunicationAggregation()Get the global communication aggregation instance.Methods in com.iohao.net.framework.communication with parameters of type CommunicationAggregationModifier and TypeMethodDescriptionvoidCommunicationKit.setCommunicationAggregation(CommunicationAggregation communicationAggregation) Set the global communication aggregation and initialize the communication instance. -
Uses of CommunicationAggregation in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return CommunicationAggregationModifier and TypeMethodDescriptionFlowContext.getCommunicationAggregation()Get the communication aggregation for cross-service calls.Methods in com.iohao.net.framework.core.flow with parameters of type CommunicationAggregationModifier and TypeMethodDescriptionvoidFlowContext.setCommunicationAggregation(CommunicationAggregation communicationAggregation) Set the communication aggregation. -
Uses of CommunicationAggregation in com.iohao.net.server
Classes in com.iohao.net.server that implement CommunicationAggregationModifier and TypeClassDescriptionclassDefault communication aggregation implementation for routing, broadcasting, and RPC-like calls.Methods in com.iohao.net.server that return CommunicationAggregationModifier and TypeMethodDescriptionNetServerSetting.communicationAggregation()Returns the value of thecommunicationAggregationrecord component.Constructors in com.iohao.net.server with parameters of type CommunicationAggregationModifierConstructorDescriptionNetServerSetting(int netId, io.aeron.Aeron aeron, CmdRegions cmdRegions, ConnectionManager connectionManager, SkeletonThreadPipeline skeletonThreadPipeline, CommunicationAggregation communicationAggregation, FindServer findServer, BalancedManager balancedManager, FutureManager futureManager, List<ServerShutdownHook> serverShutdownHookList, List<ServerListener> listenerList, Publisher publisher, ConvenientCommunication convenientCommunication) Creates an instance of aNetServerSettingrecord class. -
Uses of CommunicationAggregation in com.iohao.net.server.creator
Methods in com.iohao.net.server.creator that return CommunicationAggregation