Uses of Class
org.apache.activemq.artemis.api.core.DisconnectReason
-
Packages that use DisconnectReason Package Description org.apache.activemq.artemis.api.core -
-
Uses of DisconnectReason in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return DisconnectReason Modifier and Type Method Description static DisconnectReasonDisconnectReason. getType(byte type)static DisconnectReasonDisconnectReason. valueOf(String name)Returns the enum constant of this type with the specified name.static DisconnectReason[]DisconnectReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-