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 functions.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) -
Uses of Bindable in org.springframework.cloud.stream.endpoint
Constructor parameters in org.springframework.cloud.stream.endpoint with type arguments of type BindableModifierConstructorDescriptionChannelsEndpoint(List<Bindable> adapters, BindingServiceProperties properties) -
Uses of Bindable in org.springframework.cloud.stream.function
Classes in org.springframework.cloud.stream.function that implement BindableModifier and TypeClassDescriptionclassFactoryBeanfor creating inputs/outputs destinations to be bound to function arguments.