Interface NamedDiff<T extends Diffable<T>>

All Superinterfaces:
Diff<T>, NamedWriteable, Writeable
All Known Implementing Classes:
FeatureMigrationResults.ResultsDiff, IndexGraveyard.IndexGraveyardDiff, NodesShutdownMetadata.NodeShutdownMetadataDiff

public interface NamedDiff<T extends Diffable<T>> extends Diff<T>, NamedWriteable
Diff that also support NamedWriteable interface
  • Method Details

    • getMinimalSupportedVersion

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