Uses of Enum Class
com.iohao.net.framework.communication.eventbus.ExecutorSelector
Packages that use ExecutorSelector
Package
Description
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
-
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.