Uses of Enum Class
org.apache.activemq.artemis.api.core.client.FailoverEventType
Packages that use FailoverEventType
Package
Description
-
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 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. -
Uses of FailoverEventType in org.apache.activemq.artemis.ra.inflow
Methods in org.apache.activemq.artemis.ra.inflow with parameters of type FailoverEventTypeModifier and TypeMethodDescriptionvoidActiveMQMessageHandler.failoverEvent(FailoverEventType eventType)