Interface QueueFactory
- All Known Implementing Classes:
QueueFactoryImpl
public interface QueueFactory
A QueueFactory
Implementations of this class know how to create queues with the correct attribute values based on default and overrides
-
Method Summary
Modifier and TypeMethodDescriptioncreateQueueWith(QueueConfiguration config, PagingManager pagingManager, Filter filter) default voidqueueRemoved(Queue queue) voidsetPostOffice(PostOffice postOffice) This is required for delete-all-reference to work correctly with paging
-
Method Details
-
createQueueWith
Queue createQueueWith(QueueConfiguration config, PagingManager pagingManager, Filter filter) throws Exception - Throws:
Exception
-
setPostOffice
This is required for delete-all-reference to work correctly with paging -
queueRemoved
-