Uses of Class
org.apache.activemq.artemis.utils.FutureLatch
-
Packages that use FutureLatch Package Description org.apache.activemq.artemis.core.client.impl -
-
Uses of FutureLatch in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type FutureLatch Modifier and Type Method Description ThreadClientConsumerImpl. prepareForClose(FutureLatch future)To be used by MDBs to stop any more handling of messages.ThreadClientConsumerInternal. prepareForClose(FutureLatch future)To be called by things like MDBs during shutdown of the server
-