Uses of Interface
io.debezium.embedded.ConnectorOutputTest.TestData
-
Packages that use ConnectorOutputTest.TestData Package Description io.debezium.embedded -
-
Uses of ConnectorOutputTest.TestData in io.debezium.embedded
Fields in io.debezium.embedded with type parameters of type ConnectorOutputTest.TestData Modifier and Type Field Description private AtomicReference<ConnectorOutputTest.TestData>ConnectorOutputTest.TestSpecification. cachedDataprivate Function<ConnectorOutputTest.TestSpecification,ConnectorOutputTest.TestData>ConnectorOutputTest.TestSpecification. dataSupplierMethods in io.debezium.embedded that return ConnectorOutputTest.TestData Modifier and Type Method Description ConnectorOutputTest.TestDataConnectorOutputTest.TestSpecification. testData()Get the data for this test.Method parameters in io.debezium.embedded with type arguments of type ConnectorOutputTest.TestData Modifier and Type Method Description ConnectorOutputTest.TestSpecificationConnectorOutputTest.TestSpecification. withTestData(Function<ConnectorOutputTest.TestSpecification,ConnectorOutputTest.TestData> dataSupplier)Create a new test specification that is a copy of this specification except with the given data.Constructor parameters in io.debezium.embedded with type arguments of type ConnectorOutputTest.TestData Constructor Description TestSpecification(String name, Configuration config, Configuration env, Function<ConnectorOutputTest.TestSpecification,ConnectorOutputTest.TestData> dataSupplier, AvailableVariables variables)
-