Uses of Class
io.debezium.embedded.ConnectorOutputTest.ExecutionResult
-
Packages that use ConnectorOutputTest.ExecutionResult Package Description io.debezium.embedded -
-
Uses of ConnectorOutputTest.ExecutionResult in io.debezium.embedded
Fields in io.debezium.embedded with type parameters of type ConnectorOutputTest.ExecutionResult Modifier and Type Field Description private AtomicReference<ConnectorOutputTest.ExecutionResult>ConnectorOutputTest.ConsumerCompletion. resultMethods in io.debezium.embedded that return ConnectorOutputTest.ExecutionResult Modifier and Type Method Description ConnectorOutputTest.ExecutionResultConnectorOutputTest.ConsumerCompletion. get()static ConnectorOutputTest.ExecutionResultConnectorOutputTest.ExecutionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorOutputTest.ExecutionResult[]ConnectorOutputTest.ExecutionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.embedded with parameters of type ConnectorOutputTest.ExecutionResult Modifier and Type Method Description private voidConnectorOutputTest.ConsumerCompletion. setResult(ConnectorOutputTest.ExecutionResult result)
-