public interface QueueHandler
Modifier and Type | Method and Description |
---|---|
void |
configure(com.sdl.delivery.configuration.Configuration configuration)
Configure the 'Queue Handler' with the given configuration.
|
boolean |
isRunning()
Check whether the 'Queue Handler' is actively running and handling the configured queues.
|
void |
start()
Start handling queues.
|
void |
stop()
Release all resources allocated by the 'Queue Handler', hence stop handling queues.
|
void configure(com.sdl.delivery.configuration.Configuration configuration) throws com.sdl.delivery.configuration.ConfigurationException
configuration
- The given configuration.com.sdl.delivery.configuration.ConfigurationException
- In case of something went wrong reading the configuration.void start()
void stop()
boolean isRunning()
true
in case it is actively running, false
otherwise.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries