Interface SourceDestValidator.SourceDestValidation

All Known Implementing Classes:
SourceDestValidator.RemoteClusterMinimumVersionValidation, SourceDestValidator.RemoteSourceEnabledAndRemoteLicenseValidation
Enclosing class:
SourceDestValidator

public static interface SourceDestValidator.SourceDestValidation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context context, ActionListener<org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context> listener)
     
  • Method Details

    • validate

      void validate(org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context context, ActionListener<org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context> listener)