Uses of Interface
com.iohao.net.common.kit.concurrent.executor.ExecutorRegion
Packages that use ExecutorRegion
Package
Description
Utility tools - Thread executors for ionet Thread Related: User Thread Executor, User Virtual Thread Executor, Simple Thread Executor Region.
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
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.
-
Uses of ExecutorRegion in com.iohao.net.common.kit.concurrent.executor
Methods in com.iohao.net.common.kit.concurrent.executor that return ExecutorRegionMethods in com.iohao.net.common.kit.concurrent.executor with parameters of type ExecutorRegionModifier and TypeMethodDescriptionstatic voidExecutorRegionKit.setExecutorRegion(ExecutorRegion executorRegion) -
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
Fields in com.iohao.net.framework.core declared as ExecutorRegionMethods in com.iohao.net.framework.core with parameters of type ExecutorRegionModifier and TypeMethodDescriptionvoidBarSkeletonBuilder.setExecutorRegion(ExecutorRegion executorRegion) -
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.