T
- The type of the queue this adapter can provide.public interface QueueAdapter<T extends DeployerQueue>
Modifier and Type | Method and Description |
---|---|
void |
configure(com.sdl.delivery.configuration.Configuration configuration)
Configure the Queue Adapter.
|
T |
getQueue(String queueId)
Provide a queue based on the Queue Adapter configuration supplied earlier to the Queue Adapter.
|
void configure(com.sdl.delivery.configuration.Configuration configuration) throws com.sdl.delivery.configuration.ConfigurationException
configuration
- The Queue Adapter configuration.com.sdl.delivery.configuration.ConfigurationException
- in case of wrong configuration.T getQueue(String queueId) throws com.sdl.delivery.configuration.ConfigurationException
queueId
- id to be used for the queue.com.sdl.delivery.configuration.ConfigurationException
- in case of missing mandatory configuration valuesCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries