Uses of Interface
org.springframework.cloud.stream.binding.BinderAwareChannelResolver.NewDestinationBindingCallback
-
-
Uses of BinderAwareChannelResolver.NewDestinationBindingCallback in org.springframework.cloud.stream.binding
Constructors in org.springframework.cloud.stream.binding with parameters of type BinderAwareChannelResolver.NewDestinationBindingCallback Constructor Description BinderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable, BinderAwareChannelResolver.NewDestinationBindingCallback callback)Deprecated. -
Uses of BinderAwareChannelResolver.NewDestinationBindingCallback in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config with parameters of type BinderAwareChannelResolver.NewDestinationBindingCallback Modifier and Type Method Description BinderAwareChannelResolverBindingServiceConfiguration. binderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable, BinderAwareChannelResolver.NewDestinationBindingCallback callback) -
Uses of BinderAwareChannelResolver.NewDestinationBindingCallback in org.springframework.cloud.stream.function
Methods in org.springframework.cloud.stream.function with parameters of type BinderAwareChannelResolver.NewDestinationBindingCallback Modifier and Type Method Description StreamBridgeFunctionConfiguration. streamBridgeUtils(org.springframework.cloud.function.context.FunctionCatalog functionCatalog, BindingServiceProperties bindingServiceProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, BinderAwareChannelResolver.NewDestinationBindingCallback callback)
-