Uses of Class
org.springframework.cloud.stream.binding.AbstractBindingTargetFactory
Packages that use AbstractBindingTargetFactory
Package
Description
-
Uses of AbstractBindingTargetFactory in org.springframework.cloud.stream.binding
Subclasses of AbstractBindingTargetFactory in org.springframework.cloud.stream.bindingModifier and TypeClassDescriptionclassAn implementation ofBindingTargetFactoryfor creatingDefaultPollableMessageSources.classAn implementation ofBindingTargetFactoryfor creatingSubscribableChannels.Constructors in org.springframework.cloud.stream.binding with parameters of type AbstractBindingTargetFactoryModifierConstructorDescriptionBinderAwareChannelResolver(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 AbstractBindingTargetFactory in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config with parameters of type AbstractBindingTargetFactoryModifier and TypeMethodDescriptionBindingServiceConfiguration.binderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable, BinderAwareChannelResolver.NewDestinationBindingCallback callback)