Interface ConfigChangeRefeedAction

All Superinterfaces:
ConfigChangeAction

public interface ConfigChangeRefeedAction extends ConfigChangeAction
Represents an action to re-feed a document type in order to handle a config change.
Author:
geirst
  • Method Details

    • getType

      default ConfigChangeAction.Type getType()
      Description copied from interface: ConfigChangeAction
      Returns what type of action is required to handle this config change
      Specified by:
      getType in interface ConfigChangeAction
    • name

      default String name()
      Returns the name identifying this kind of change, used to identify names which should be allowed
    • getDocumentType

      String getDocumentType()
      Returns the name of the document type that one must re-feed to handle this config change