JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.kafka.connect.components
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 and 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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method