Uses of Enum
org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsBinderConfigurationProperties.SerdeError
Packages that use KafkaStreamsBinderConfigurationProperties.SerdeError
-
Uses of KafkaStreamsBinderConfigurationProperties.SerdeError in org.springframework.cloud.stream.binder.kafka.streams.properties
Methods in org.springframework.cloud.stream.binder.kafka.streams.properties that return KafkaStreamsBinderConfigurationProperties.SerdeErrorModifier and TypeMethodDescriptionKafkaStreamsBinderConfigurationProperties.getSerdeError()Deprecated.Deprecated.Returns the enum constant of this type with the specified name.KafkaStreamsBinderConfigurationProperties.SerdeError.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.stream.binder.kafka.streams.properties with parameters of type KafkaStreamsBinderConfigurationProperties.SerdeErrorModifier and TypeMethodDescriptionvoidKafkaStreamsBinderConfigurationProperties.setSerdeError(KafkaStreamsBinderConfigurationProperties.SerdeError serdeError) Deprecated.