Uses of Enum Class
org.apache.activemq.artemis.api.core.client.FailoverEventType
Packages that use FailoverEventType
-
Uses of FailoverEventType in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return FailoverEventTypeModifier and TypeMethodDescriptionstatic FailoverEventType
Returns the enum constant of this class with the specified name.static FailoverEventType[]
FailoverEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.api.core.client with parameters of type FailoverEventTypeModifier and TypeMethodDescriptionvoid
FailoverEventListener.failoverEvent
(FailoverEventType eventType) Notifies that a connection state has changed according the specified event type.