Class PluginConfigService.ConfigVersions<T>

java.lang.Object
org.graylog.plugins.threatintel.PluginConfigService.ConfigVersions<T>
Type Parameters:
T - the plugin cluster configuration class
Enclosing class:
PluginConfigService

public static class PluginConfigService.ConfigVersions<T> extends Object
Used by PluginConfigService to return the previously observed and current configuration so that clients can act on changes if they need to.
  • Constructor Details

    • ConfigVersions

      public ConfigVersions(@Nullable T previous, @Nonnull T current)
  • Method Details