Interface PostQueueDeletionCallback
-
public interface PostQueueDeletionCallbackWhen a "core" queue is deleted this callback will be invoked
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(SimpleString address, SimpleString queueName)
-
-
-
Method Detail
-
callback
void callback(SimpleString address, SimpleString queueName) throws Exception
- Throws:
Exception
-
-