Uses of Class
org.apache.activemq.artemis.utils.AbstractLatch
-
Packages that use AbstractLatch Package Description org.apache.activemq.artemis.utils -
-
Uses of AbstractLatch in org.apache.activemq.artemis.utils
Subclasses of AbstractLatch in org.apache.activemq.artemis.utils Modifier and Type Class Description classAutomaticLatchAn automatic latch has the same semantic as the ReusableLatch However this class has a replaceable callback that could be called when the number of elements reach zero.classReusableLatchThis class will use the framework provided to by AbstractQueuedSynchronizer.
-