Uses of Interface
org.apache.activemq.artemis.core.server.PostQueueCreationCallback
Packages that use PostQueueCreationCallback
Package
Description
-
Uses of PostQueueCreationCallback in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type PostQueueCreationCallbackModifier and TypeMethodDescriptionvoidActiveMQServer.registerPostQueueCreationCallback(PostQueueCreationCallback callback) Register aPostQueueDeletionCallbackto be called after a queue is created.voidActiveMQServer.unregisterPostQueueCreationCallback(PostQueueCreationCallback callback) Unregister aPostQueueCreationCallback. -
Uses of PostQueueCreationCallback in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type PostQueueCreationCallbackModifier and TypeMethodDescriptionvoidActiveMQServerImpl.registerPostQueueCreationCallback(PostQueueCreationCallback callback) voidActiveMQServerImpl.unregisterPostQueueCreationCallback(PostQueueCreationCallback callback)