Package com.thingworx.queueproviders
Interface IQueueProvider
- All Known Implementing Classes:
QueueProvider
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeQueue(String queueName, ConfigurationTable queueConfig) Perform necessary actions to prepare queue for future writes/reads.
-
Field Details
-
QUEUE_NAME
- See Also:
-
-
Method Details
-
initializeQueue
@ThingworxExtensionApiMethod(since={10,0}) void initializeQueue(String queueName, ConfigurationTable queueConfig) throws Exception Perform necessary actions to prepare queue for future writes/reads. Could be actions such as creating new queue or validation of existing queue access, etc. Will throw an exception on initialization failure.- Parameters:
queueName- queue name (if queue not declared, will throw an exception)queueConfig- queue configuration- Throws:
Exception
-