Interface MessageQueueFactory
- All Known Implementing Classes:
MessageQueueFactoryImpl
public interface MessageQueueFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateMessageQueue
(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay)
-
Method Details
-
createMessageQueue
MessageQueue createMessageQueue(SwiftletContext ctx, String localQueueName, Cache cache, PersistentStore pStore, NonPersistentStore nStore, long cleanUpDelay)
-