Uses of Enum
io.debezium.connector.postgresql.connection.pgoutput.PgOutputMessageDecoder.MessageType
Packages that use PgOutputMessageDecoder.MessageType
-
Uses of PgOutputMessageDecoder.MessageType in io.debezium.connector.postgresql.connection.pgoutput
Methods in io.debezium.connector.postgresql.connection.pgoutput that return PgOutputMessageDecoder.MessageTypeModifier and TypeMethodDescriptionPgOutputMessageDecoder.MessageType.forType(char type) 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.