Interface VersionedNamedWriteable

All Superinterfaces:
NamedWriteable, Writeable

public interface VersionedNamedWriteable extends NamedWriteable
A NamedWriteable that has a minimum version associated with it.
Opensearch.internal:
  • Method Details

    • getWriteableName

      String getWriteableName()
      Returns the name of the writeable object
      Specified by:
      getWriteableName in interface NamedWriteable
    • getMinimalSupportedVersion

      Version getMinimalSupportedVersion()
      The minimal version of the recipient this object can be sent to