Uses of Interface
org.springframework.cloud.stream.binder.BinderTypeRegistry
-
Packages that use BinderTypeRegistry Package Description org.springframework.cloud.stream.binder org.springframework.cloud.stream.config -
-
Uses of BinderTypeRegistry in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder that implement BinderTypeRegistry Modifier and Type Class Description classDefaultBinderTypeRegistryDefault implementation of aBinderTypeRegistry.Constructors in org.springframework.cloud.stream.binder with parameters of type BinderTypeRegistry Constructor Description DefaultBinderFactory(Map<String,BinderConfiguration> binderConfigurations, BinderTypeRegistry binderTypeRegistry, BinderCustomizer binderCustomizer) -
Uses of BinderTypeRegistry in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return BinderTypeRegistry Modifier and Type Method Description BinderTypeRegistryBinderFactoryAutoConfiguration. binderTypeRegistry(org.springframework.context.ConfigurableApplicationContext configurableApplicationContext)Methods in org.springframework.cloud.stream.config with parameters of type BinderTypeRegistry Modifier and Type Method Description BinderFactoryBindingServiceConfiguration. binderFactory(BinderTypeRegistry binderTypeRegistry, BindingServiceProperties bindingServiceProperties, org.springframework.beans.factory.ObjectProvider<BinderCustomizer> binderCustomizerProvider)
-