Interface Versioned
-
- All Known Subinterfaces:
ConnectRestExtension
- All Known Implementing Classes:
Connector
,SinkConnector
,SourceConnector
public interface Versioned
Connect requires some components implement this interface to define a version string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
version()
Get the version of this component.
-
-
-
Method Detail
-
version
String version()
Get the version of this component.- Returns:
- the version, formatted as a String. The version may not be (@code null} or empty.
-
-