Uses of Interface
org.springframework.cloud.stream.binder.BinderFactory
Packages that use BinderFactory
Package
Description
-
Uses of BinderFactory in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder that implement BinderFactory -
Uses of BinderFactory in org.springframework.cloud.stream.binding
Constructors in org.springframework.cloud.stream.binding with parameters of type BinderFactoryModifierConstructorDescriptionBindingService(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 with parameters of type BinderFactoryModifier and TypeMethodDescriptionBindingServiceConfiguration.bindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper)