Uses of Class
org.springframework.cloud.stream.binding.BindingService
Packages that use BindingService
Package
Description
-
Uses of BindingService in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type BindingServiceModifier and TypeMethodDescriptionAbstractBindableProxyFactory.createAndBindInputs(BindingService bindingService) default Collection<Binding<Object>>Bindable.createAndBindInputs(BindingService adapter) Binds all the inputs associated with this instance.AbstractBindableProxyFactory.createAndBindOutputs(BindingService bindingService) default Collection<Binding<Object>>Bindable.createAndBindOutputs(BindingService adapter) Binds all the outputs associated with this instance.voidAbstractBindableProxyFactory.unbindInputs(BindingService bindingService) default voidBindable.unbindInputs(BindingService adapter) Unbinds all the inputs associated with this instance.voidAbstractBindableProxyFactory.unbindOutputs(BindingService bindingService) default voidBindable.unbindOutputs(BindingService adapter) Unbinds all the outputs associated with this instance.voidDynamicDestinationsBindable.unbindOutputs(BindingService adapter) Constructors in org.springframework.cloud.stream.binding with parameters of type BindingServiceModifierConstructorDescriptionInputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables) OutputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables) -
Uses of BindingService in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return BindingServiceModifier and TypeMethodDescriptionBindingServiceConfiguration.bindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods in org.springframework.cloud.stream.config with parameters of type BindingServiceModifier and TypeMethodDescriptionBindingServiceConfiguration.inputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables) BindingServiceConfiguration.outputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables)