Uses of Interface
org.springframework.cloud.stream.binder.BinderFactory
-
Packages that use BinderFactory Package Description org.springframework.cloud.stream.binder org.springframework.cloud.stream.binding org.springframework.cloud.stream.config -
-
Uses of BinderFactory in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder that implement BinderFactory Modifier and Type Class Description classDefaultBinderFactoryDefaultBinderFactoryimplementation. -
Uses of BinderFactory in org.springframework.cloud.stream.binding
Constructors in org.springframework.cloud.stream.binding with parameters of type BinderFactory Constructor Description BindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper)BindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of BinderFactory in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return BinderFactory Modifier and Type Method Description BinderFactoryBindingServiceConfiguration. binderFactory(BinderTypeRegistry binderTypeRegistry, BindingServiceProperties bindingServiceProperties, org.springframework.beans.factory.ObjectProvider<BinderCustomizer> binderCustomizerProvider)Methods in org.springframework.cloud.stream.config with parameters of type BinderFactory Modifier and Type Method Description BindingServiceBindingServiceConfiguration. bindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-