Uses of Enum Class
com.iohao.net.framework.communication.eventbus.EventBusStatus
Packages that use EventBusStatus
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 EventBusStatus in com.iohao.net.framework.communication.eventbus
Subclasses with type arguments of type EventBusStatus in com.iohao.net.framework.communication.eventbusMethods in com.iohao.net.framework.communication.eventbus that return EventBusStatusModifier and TypeMethodDescriptionstatic EventBusStatusReturns the enum constant of this class with the specified name.static EventBusStatus[]EventBusStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iohao.net.framework.communication.eventbus with parameters of type EventBusStatus