JavaScript is disabled on your browser.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 8.1.1.GA + JBoss EAP XP 6.0.0.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.activemq.artemis.core.server
Interface PostQueueDeletionCallback
public interface
PostQueueDeletionCallback
When a "core" queue is deleted this callback will be invoked
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
callback
(
SimpleString
address,
SimpleString
queueName)
Method Details
callback
void
callback
(
SimpleString
address,
SimpleString
queueName)
throws
Exception
Throws:
Exception