Class JsonConnectorDeployer
- java.lang.Object
-
- io.debezium.testing.system.tools.kafka.connectors.JsonConnectorDeployer
-
- All Implemented Interfaces:
ConnectorDeployer
public class JsonConnectorDeployer extends Object implements ConnectorDeployer
-
-
Constructor Summary
Constructors Constructor Description JsonConnectorDeployer(okhttp3.HttpUrl apiURL, okhttp3.OkHttpClient http)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(ConnectorConfigBuilder config)Deploys Kafka connector with given configurationvoidundeploy(String name)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.testing.system.tools.kafka.connectors.ConnectorDeployer
undeploy
-
-
-
-
Method Detail
-
deploy
public void deploy(ConnectorConfigBuilder config)
Description copied from interface:ConnectorDeployerDeploys Kafka connector with given configuration- Specified by:
deployin interfaceConnectorDeployer- Parameters:
config- connector config
-
undeploy
public void undeploy(String name)
- Specified by:
undeployin interfaceConnectorDeployer
-
-