Uses of Interface
org.apache.activemq.artemis.core.server.PostQueueDeletionCallback
-
Packages that use PostQueueDeletionCallback Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of PostQueueDeletionCallback in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type PostQueueDeletionCallback Modifier and Type Method Description voidActiveMQServer. registerPostQueueDeletionCallback(PostQueueDeletionCallback callback)voidActiveMQServer. unregisterPostQueueDeletionCallback(PostQueueDeletionCallback callback) -
Uses of PostQueueDeletionCallback in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type PostQueueDeletionCallback Modifier and Type Method Description voidActiveMQServerImpl. registerPostQueueDeletionCallback(PostQueueDeletionCallback callback)voidActiveMQServerImpl. unregisterPostQueueDeletionCallback(PostQueueDeletionCallback callback)
-