Uses of Interface
com.iohao.net.common.kit.concurrent.executor.ExecutorRegion
Packages that use ExecutorRegion
Package
Description
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
-
Uses of ExecutorRegion in com.iohao.net.framework.communication.eventbus
Methods in com.iohao.net.framework.communication.eventbus that return ExecutorRegionMethods in com.iohao.net.framework.communication.eventbus with parameters of type ExecutorRegionModifier and TypeMethodDescriptionSubscribeExecutorStrategy.select(Subscriber subscriber, EventBusMessage eventBusMessage, ExecutorRegion executorRegion) Get the corresponding thread executorvoidEventBus.setExecutorRegion(ExecutorRegion executorRegion) Set the executor region -
Uses of ExecutorRegion in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return ExecutorRegionModifier and TypeMethodDescriptiondefault ExecutorRegionFlowCommon.getExecutorRegion()Get the executor region from the bar skeleton.