Uses of Class
com.snowflake.kafka.connector.internal.streaming.ChannelMigrationResponseCode
-
Packages that use ChannelMigrationResponseCode Package Description com.snowflake.kafka.connector.internal.streaming -
-
Uses of ChannelMigrationResponseCode in com.snowflake.kafka.connector.internal.streaming
Methods in com.snowflake.kafka.connector.internal.streaming that return ChannelMigrationResponseCode Modifier and Type Method Description static ChannelMigrationResponseCodeChannelMigrationResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelMigrationResponseCode[]ChannelMigrationResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-