Uses of Interface
com.iohao.net.framework.communication.CommunicationAggregation
Packages that use CommunicationAggregation
Package
Description
CoreFramework - Communication
CoreFramework - Flow
Aeron NetServer
Aeron NetServer - Creator
-
Uses of CommunicationAggregation in com.iohao.net.framework.communication
Methods in com.iohao.net.framework.communication that return CommunicationAggregationModifier and TypeMethodDescriptiondefault CommunicationAggregationCommonDecorator.getCommunicationAggregation()Methods in com.iohao.net.framework.communication with parameters of type CommunicationAggregationModifier and TypeMethodDescriptionvoidCommunicationKit.setCommunicationAggregation(CommunicationAggregation communicationAggregation) -
Uses of CommunicationAggregation in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return CommunicationAggregationMethods in com.iohao.net.framework.core.flow with parameters of type CommunicationAggregationModifier and TypeMethodDescriptionvoidFlowContext.setCommunicationAggregation(CommunicationAggregation communicationAggregation) -
Uses of CommunicationAggregation in com.iohao.net.server
Classes in com.iohao.net.server that implement CommunicationAggregationModifier and TypeClassDescriptionclassDefaultCommunicationAggregationMethods 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