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
Subclasses with type arguments of type FailoverEventType in org.apache.activemq.artemis.api.core.clientMethods in org.apache.activemq.artemis.api.core.client that return FailoverEventTypeModifier and TypeMethodDescriptionstatic FailoverEventTypeReturns 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 TypeMethodDescriptionvoidFailoverEventListener.failoverEvent(FailoverEventType eventType) Notifies that a connection state has changed according the specified event type.