Uses of Interface
org.apache.activemq.artemis.core.server.PostQueueDeletionCallback
Packages that use PostQueueDeletionCallback
Package
Description
-
Uses of PostQueueDeletionCallback in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type PostQueueDeletionCallbackModifier and TypeMethodDescriptionvoidActiveMQServer.registerPostQueueDeletionCallback(PostQueueDeletionCallback callback) Register aPostQueueDeletionCallbackto be called after a queue is deleted.voidActiveMQServer.unregisterPostQueueDeletionCallback(PostQueueDeletionCallback callback) Unregister aPostQueueDeletionCallback. -
Uses of PostQueueDeletionCallback in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type PostQueueDeletionCallbackModifier and TypeMethodDescriptionvoidActiveMQServerImpl.registerPostQueueDeletionCallback(PostQueueDeletionCallback callback) voidActiveMQServerImpl.unregisterPostQueueDeletionCallback(PostQueueDeletionCallback callback)