Interface DistributedSystemConfig.ConfigListener

All Superinterfaces:
EventListener
Enclosing interface:
DistributedSystemConfig

public static interface DistributedSystemConfig.ConfigListener extends EventListener
A listener whose callback methods are invoked when this config changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when this configuration is changed.
  • Method Details

    • configChanged

      void configChanged(DistributedSystemConfig config)
      Invoked when this configuration is changed.
      Parameters:
      config - the changed configuration