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