Package org.ikasan.spec.bigqueue.service
Interface BigQueueDirectoryManagementService
public interface BigQueueDirectoryManagementService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAllMessage(String queueName) voiddeleteMessage(String queueName, String biQueueMessageId) voiddeleteQueue(String queueName) getMessages(String queueName) size(boolean includeZero) long
-
Method Details
-
size
- Throws:
IOException
-
peek
- Throws:
IOException
-
getMessages
- Throws:
IOException
-
deleteAllMessage
- Throws:
IOException
-
deleteMessage
- Throws:
IOException
-
listQueues
- Throws:
IOException
-
deleteQueue
- Throws:
IOException
-
getQueueDirectory
String getQueueDirectory() -
size
- Throws:
IOException
-