Uses of Enum Class
org.apache.activemq.artemis.api.core.DisconnectReason
Packages that use DisconnectReason
Package
Description
-
Uses of DisconnectReason in org.apache.activemq.artemis.api.core
Subclasses with type arguments of type DisconnectReason in org.apache.activemq.artemis.api.coreMethods in org.apache.activemq.artemis.api.core that return DisconnectReasonModifier and TypeMethodDescriptionstatic DisconnectReasonDisconnectReason.getType(byte type) static DisconnectReasonReturns the enum constant of this class with the specified name.static DisconnectReason[]DisconnectReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DisconnectReason in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type DisconnectReasonModifier and TypeMethodDescriptiondefault voidRemotingConnection.disconnect(DisconnectReason reason, String targetNodeID, TransportConfiguration targetConnector) Disconnect the connection, closing all channels -
Uses of DisconnectReason in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type DisconnectReasonModifier and TypeMethodDescriptionvoidTopologyResponseHandler.nodeDisconnected(RemotingConnection conn, String nodeID, DisconnectReason reason, String targetNodeID, TransportConfiguration tagetConnector)