Uses of Interface
org.springframework.cloud.stream.binder.BinderCustomizer
-
Packages that use BinderCustomizer Package Description org.springframework.cloud.stream.binder org.springframework.cloud.stream.config -
-
Uses of BinderCustomizer in org.springframework.cloud.stream.binder
Constructors in org.springframework.cloud.stream.binder with parameters of type BinderCustomizer Constructor Description DefaultBinderFactory(Map<String,BinderConfiguration> binderConfigurations, BinderTypeRegistry binderTypeRegistry, BinderCustomizer binderCustomizer) -
Uses of BinderCustomizer in org.springframework.cloud.stream.config
Method parameters in org.springframework.cloud.stream.config with type arguments of type BinderCustomizer Modifier and Type Method Description BinderFactoryBindingServiceConfiguration. binderFactory(BinderTypeRegistry binderTypeRegistry, BindingServiceProperties bindingServiceProperties, org.springframework.beans.factory.ObjectProvider<BinderCustomizer> binderCustomizerProvider)
-