Uses of Interface
com.iohao.net.common.kit.concurrent.executor.ExecutorRegion
Packages that use ExecutorRegion
Package
Description
CoreFramework - Communication - Distributed EventBus, the distributed event bus is similar to products such as Guava EventBus, Redis Publish/Subscribe, and MQ.
CoreFramework - Flow
-
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 ExecutorRegion