Class DebeziumSqlServerConnectorResource
java.lang.Object
io.debezium.connector.sqlserver.rest.DebeziumSqlServerConnectorResource
- All Implemented Interfaces:
ConnectionValidationResource,SchemaResource
@Path("/debezium/sqlserver")
@Produces("application/json")
@Consumes("application/json")
public class DebeziumSqlServerConnectorResource
extends Object
implements SchemaResource, ConnectionValidationResource
A JAX-RS Resource class defining endpoints of the Debezium SQL Server Connect REST Extension
-
Field Summary
FieldsFields inherited from interface io.debezium.rest.ConnectionValidationResource
VALIDATE_CONNECTION_ENDPOINTFields inherited from interface io.debezium.rest.SchemaResource
MAPPER, SCHEMA_ENDPOINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.kafka.connect.connector.ConnectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.rest.ConnectionValidationResource
validateConnectionPropertiesMethods inherited from interface io.debezium.rest.SchemaResource
getConnectorSchema
-
Field Details
-
BASE_PATH
- See Also:
-
VERSION_ENDPOINT
- See Also:
-
-
Constructor Details
-
DebeziumSqlServerConnectorResource
public DebeziumSqlServerConnectorResource()
-
-
Method Details
-
getConnectorVersion
-
getConnector
public org.apache.kafka.connect.connector.Connector getConnector()- Specified by:
getConnectorin interfaceConnectionValidationResource
-
getSchemaFilePath
- Specified by:
getSchemaFilePathin interfaceSchemaResource
-