Interface AliasAction.NewAliasValidator

Enclosing class:
AliasAction
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AliasAction.NewAliasValidator
Validate a new alias.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate​(String alias, String indexRouting, String filter, Boolean writeIndex)
     
  • Method Details

    • validate

      void validate(String alias, @Nullable String indexRouting, @Nullable String filter, @Nullable Boolean writeIndex)