Uses of Enum
io.debezium.connector.jdbc.junit.jupiter.SinkType
Packages that use SinkType
-
Uses of SinkType in io.debezium.connector.jdbc.junit.jupiter
Fields in io.debezium.connector.jdbc.junit.jupiter declared as SinkTypeModifier and TypeFieldDescriptionprivate final SinkTypeAbstractSinkDatabaseContextProvider.sinkTypeprivate final SinkTypeSink.SinkConnectionInitializer.typeprivate final SinkTypeSink.typeMethods in io.debezium.connector.jdbc.junit.jupiter that return SinkTypeModifier and TypeMethodDescriptionSink.getType()static SinkTypestatic SinkTypeReturns the enum constant of this type with the specified name.static SinkType[]SinkType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.jdbc.junit.jupiter with parameters of type SinkTypeConstructors in io.debezium.connector.jdbc.junit.jupiter with parameters of type SinkTypeModifierConstructorDescriptionAbstractSinkDatabaseContextProvider(SinkType sinkType, org.testcontainers.containers.JdbcDatabaseContainer<?> container) (package private)