Uses of Class
io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
-
Packages that use PgOutputMessageDecoder.MessageType Package Description io.debezium.connector.postgresql.connection.pgoutput -
-
Uses of PgOutputMessageDecoder.MessageType in io.debezium.connector.postgresql.connection.pgoutput
Methods in io.debezium.connector.postgresql.connection.pgoutput that return PgOutputMessageDecoder.MessageType Modifier and Type Method Description static PgOutputMessageDecoder.MessageTypePgOutputMessageDecoder.MessageType. forType(char type)static PgOutputMessageDecoder.MessageTypePgOutputMessageDecoder.MessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static PgOutputMessageDecoder.MessageType[]PgOutputMessageDecoder.MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-