Uses of Interface
org.springframework.cloud.stream.binding.Bindable
-
Packages that use Bindable Package Description org.springframework.cloud.stream.binding org.springframework.cloud.stream.config -
-
Uses of Bindable in org.springframework.cloud.stream.binding
Classes in org.springframework.cloud.stream.binding that implement Bindable Modifier and Type Class Description classAbstractBindableProxyFactoryBase class for bindable proxy factories.classBindableProxyFactoryFactoryBeanfor instantiating the interfaces specified viaEnableBinding.classDynamicDestinationsBindableABindablethat stores the dynamic destination names and handles their unbinding.Constructor parameters in org.springframework.cloud.stream.binding with type arguments of type Bindable Constructor Description InputBindingLifecycle(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 Bindable Modifier and Type Method Description InputBindingLifecycleBindingServiceConfiguration. inputBindingLifecycle(BindingService bindingService, Map<String,Bindable> bindables)OutputBindingLifecycleBindingServiceConfiguration. outputBindingLifecycle(BindingService bindingService, Map<String,Bindable> bindables)
-