Uses of Enum Class
com.iohao.net.framework.communication.eventbus.ExecutorSelector
Packages that use ExecutorSelector
Package
Description
CoreFramework - Communication - Distributed EventBus, the distributed event bus is similar to products such as Guava EventBus, Redis Publish/Subscribe, and MQ.
-
Uses of ExecutorSelector in com.iohao.net.framework.communication.eventbus
Subclasses with type arguments of type ExecutorSelector in com.iohao.net.framework.communication.eventbusModifier and TypeClassDescriptionenumSubscriber thread executor selection strategy.Fields in com.iohao.net.framework.communication.eventbus declared as ExecutorSelectorMethods in com.iohao.net.framework.communication.eventbus that return ExecutorSelectorModifier and TypeMethodDescriptionstatic ExecutorSelectorReturns the enum constant of this class with the specified name.static ExecutorSelector[]ExecutorSelector.values()Returns an array containing the constants of this enum class, in the order they are declared.