Uses of Class
io.debezium.testing.testcontainers.Connector.State
-
-
Uses of Connector.State in io.debezium.testing.testcontainers
Methods in io.debezium.testing.testcontainers that return Connector.State Modifier and Type Method Description Connector.StateDebeziumContainer. getConnectorState(String connectorName)Connector.StateDebeziumContainer. getConnectorTaskState(String connectorName, int taskNumber)static Connector.StateConnector.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Connector.State[]Connector.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.testing.testcontainers with parameters of type Connector.State Modifier and Type Method Description voidDebeziumContainer. ensureConnectorState(String connectorName, Connector.State status)voidDebeziumContainer. ensureConnectorTaskState(String connectorName, int taskNumber, Connector.State status)
-