Interface SubscribeExecutorStrategy
public interface SubscribeExecutorStrategy
Subscriber thread executor selection strategy
- Since:
- 21
- Author:
- 渔民小镇
- date:
- 2023-12-24
-
Method Summary
Modifier and TypeMethodDescriptionselect(Subscriber subscriber, EventBusMessage eventBusMessage, ExecutorRegion executorRegion) Get the corresponding thread executor
-
Method Details
-
select
ThreadExecutor select(Subscriber subscriber, EventBusMessage eventBusMessage, ExecutorRegion executorRegion) Get the corresponding thread executor- Parameters:
subscriber- SubscribereventBusMessage- Event messageexecutorRegion- The thread executor management domain associated with the business framework- Returns:
- Thread executor
-