Uses of Interface
org.springframework.cloud.stream.binding.Bindable
Packages that use Bindable
Package
Description
-
Uses of Bindable in org.springframework.cloud.stream.binding
Classes in org.springframework.cloud.stream.binding that implement BindableModifier and TypeClassDescriptionclassBase class for bindable proxy factories.classFactoryBeanfor instantiating the interfaces specified viaEnableBinding.final classABindablethat stores the dynamic destination names and handles their unbinding.Constructor parameters in org.springframework.cloud.stream.binding with type arguments of type BindableModifierConstructorDescriptionInputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables) OutputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables) -
Uses of Bindable in org.springframework.cloud.stream.config
Method parameters in org.springframework.cloud.stream.config with type arguments of type BindableModifier and TypeMethodDescriptionBindingServiceConfiguration.inputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables) BindingServiceConfiguration.outputBindingLifecycle(BindingService bindingService, Map<String, Bindable> bindables)