Uses of Class
org.apache.activemq.artemis.api.core.DisconnectReason
-
-
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. -
Uses of DisconnectReason in org.apache.activemq.artemis.core.client.impl
Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type DisconnectReason Constructor Description CloseRunnable(RemotingConnection conn, DisconnectReason reason, String targetNodeID) -
Uses of DisconnectReason in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type DisconnectReason Modifier and Type Method Description voidRemotingConnectionImpl. disconnect(DisconnectReason reason, String targetNodeID, TransportConfiguration targetConnector) -
Uses of DisconnectReason in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return DisconnectReason Modifier and Type Method Description DisconnectReasonDisconnectMessage_V3. getReason()Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type DisconnectReason Constructor Description DisconnectMessage_V3(SimpleString nodeID, DisconnectReason reason, SimpleString targetNodeID, TransportConfiguration targetConnector) -
Uses of DisconnectReason in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type DisconnectReason Modifier and Type Method Description default 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 DisconnectReason Modifier and Type Method Description voidTopologyResponseHandler. nodeDisconnected(RemotingConnection conn, String nodeID, DisconnectReason reason, String targetNodeID, TransportConfiguration tagetConnector)
-