Class ConfigurationReloadEventCallback<E>

  • All Implemented Interfaces:
    java.util.function.Consumer<ConfigUpdateInfo>

    public class ConfigurationReloadEventCallback<E>
    extends Object
    implements java.util.function.Consumer<ConfigUpdateInfo>
    • Constructor Detail

      • ConfigurationReloadEventCallback

        public ConfigurationReloadEventCallback​(EventForwarder eventForwarder)
    • Method Detail

      • accept

        public void accept​(ConfigUpdateInfo configUpdateInfo)
        Specified by:
        accept in interface java.util.function.Consumer<E>