Interface Versioned

All Known Subinterfaces:
ConnectRestExtension
All Known Implementing Classes:
Connector, MockConnector, MockSinkConnector, MockSourceConnector, SchemaSourceConnector, SimpleHeaderConverter, SinkConnector, SourceConnector, StringConverter, VerifiableSinkConnector, VerifiableSourceConnector

public interface Versioned
Connect requires some components implement this interface to define a version string.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the version of this component.
  • Method Details

    • version

      String version()
      Get the version of this component.
      Returns:
      the version, formatted as a String. The version may not be null or empty.