Package org.eso.ias.plugin.config
Interface PluginConfigGetter
- All Known Implementing Classes:
PluginConfigFileReader
public interface PluginConfigGetter
Plugin configuration DAO.
As reading the configuration can be arbitrarily slow (especially if red
from the network or a database), getPluginConfig()
returns
a Future
to allow reading the configuration concurrently.
- Author:
- acaproni
-
Method Summary
Modifier and TypeMethodDescriptionGet and return the java pojo with the configuration of the plugin.
-
Method Details
-
getPluginConfig
Get and return the java pojo with the configuration of the plugin.- Returns:
- the java pojo with the configuration of the plugin
- Throws:
PluginConfigException
- in case of error getting the configuration
-