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 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.
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.static CommunicationAggregationCommunicationKit.getCommunicationAggregation()Methods in com.iohao.net.framework.communication with parameters of type CommunicationAggregationModifier and TypeMethodDescriptionstatic voidCommunicationKit.setCommunicationAggregation(CommunicationAggregation communicationAggregation) Set the global communication aggregation and initialize the communication instance. -
Uses of CommunicationAggregation in com.iohao.net.framework.core
Fields in com.iohao.net.framework.core declared as CommunicationAggregation -
Uses of CommunicationAggregation in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return CommunicationAggregationModifier and TypeMethodDescriptionDefaultFlowContext.getCommunicationAggregation()FlowContext.getCommunicationAggregation()Get the communication aggregation for cross-service calls.Methods in com.iohao.net.framework.core.flow with parameters of type CommunicationAggregationModifier and TypeMethodDescriptionvoidDefaultFlowContext.setCommunicationAggregation(CommunicationAggregation communicationAggregation) voidFlowContext.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.Methods in com.iohao.net.server with parameters of type CommunicationAggregationModifier and TypeMethodDescriptionNetServerSetting.NetServerSettingBuilder.setCommunicationAggregation(CommunicationAggregation communicationAggregation) 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