Uses of Class
org.springframework.cloud.stream.binding.BindingService
-
Packages that use BindingService Package Description org.springframework.cloud.stream.binding org.springframework.cloud.stream.config -
-
Uses of BindingService in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type BindingService Modifier and Type Method Description Collection<Binding<Object>>AbstractBindableProxyFactory. createAndBindInputs(BindingService bindingService)default Collection<Binding<Object>>Bindable. createAndBindInputs(BindingService adapter)Binds all the inputs associated with this instance.Collection<Binding<Object>>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 BindingService Constructor Description BinderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable)Deprecated.BinderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable, BinderAwareChannelResolver.NewDestinationBindingCallback callback)Deprecated.InputBindingLifecycle(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 BindingService Modifier and Type Method Description BindingServiceBindingServiceConfiguration. 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 BindingService Modifier and Type Method Description BinderAwareChannelResolverBindingServiceConfiguration. binderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable, BinderAwareChannelResolver.NewDestinationBindingCallback callback)InputBindingLifecycleBindingServiceConfiguration. inputBindingLifecycle(BindingService bindingService, Map<String,Bindable> bindables)OutputBindingLifecycleBindingServiceConfiguration. outputBindingLifecycle(BindingService bindingService, Map<String,Bindable> bindables)
-