Uses of Enum
org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsStateStoreProperties.StoreType
Packages that use KafkaStreamsStateStoreProperties.StoreType
-
Uses of KafkaStreamsStateStoreProperties.StoreType in org.springframework.cloud.stream.binder.kafka.streams.properties
Methods in org.springframework.cloud.stream.binder.kafka.streams.properties that return KafkaStreamsStateStoreProperties.StoreTypeModifier and TypeMethodDescriptionKafkaStreamsStateStoreProperties.getType()Returns the enum constant of this type with the specified name.KafkaStreamsStateStoreProperties.StoreType.values()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 KafkaStreamsStateStoreProperties.StoreTypeModifier and TypeMethodDescriptionvoidKafkaStreamsStateStoreProperties.setType(KafkaStreamsStateStoreProperties.StoreType type)