Uses of Class
org.springframework.cloud.stream.binding.DynamicDestinationsBindable
-
Packages that use DynamicDestinationsBindable Package Description org.springframework.cloud.stream.binding org.springframework.cloud.stream.config -
-
Uses of DynamicDestinationsBindable in org.springframework.cloud.stream.binding
Constructors in org.springframework.cloud.stream.binding with parameters of type DynamicDestinationsBindable 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. -
Uses of DynamicDestinationsBindable in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return DynamicDestinationsBindable Modifier and Type Method Description DynamicDestinationsBindableBindingServiceConfiguration. dynamicDestinationsBindable()Methods in org.springframework.cloud.stream.config with parameters of type DynamicDestinationsBindable Modifier and Type Method Description BinderAwareChannelResolverBindingServiceConfiguration. binderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable, BinderAwareChannelResolver.NewDestinationBindingCallback callback)
-