Interface Versioned
- All Known Subinterfaces:
ConnectorClientConfigOverridePolicy, ConnectPlugin, ConnectRestExtension, Converter, HeaderConverter, Predicate<R>, Transformation<R>
- All Known Implementing Classes:
Connector, SimpleHeaderConverter, SinkConnector, SourceConnector, StringConverter
public interface Versioned
Connect requires some components implement this interface to define a version string.
-
Method Summary
-
Method Details
-
version
String version()Get the version of this component.- Returns:
- the version, formatted as a String. The version may not be
nullor empty.
-