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 Type
    Method
    Description
    Get and return the java pojo with the configuration of the plugin.