Uses of Enum
io.debezium.testing.testcontainers.Connector.State
Packages that use Connector.State
Package
Description
-
Uses of Connector.State in io.debezium.testing.testcontainers
Methods in io.debezium.testing.testcontainers that return Connector.StateModifier and TypeMethodDescriptionDebeziumContainer.getConnectorState(String connectorName) DebeziumContainer.getConnectorTaskState(String connectorName, int taskNumber) static Connector.StateReturns 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.StateModifier and TypeMethodDescriptionvoidDebeziumContainer.ensureConnectorState(String connectorName, Connector.State status) voidDebeziumContainer.ensureConnectorTaskState(String connectorName, int taskNumber, Connector.State status) -
Uses of Connector.State in io.debezium.testing.testcontainers.testhelper
Methods in io.debezium.testing.testcontainers.testhelper with parameters of type Connector.StateModifier and TypeMethodDescriptionstatic voidRestExtensionTestInfrastructure.waitForConnectorTaskStatus(String connectorName, int taskNumber, Connector.State state)