Uses of Class
org.springframework.cloud.stream.config.BindingProperties
Packages that use BindingProperties
Package
Description
-
Uses of BindingProperties in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type BindingPropertiesModifier and TypeMethodDescription<P> PBindingsLifecycleController.createInputBinding(String bindingName, String binderName, BindingProperties bindingProperties) Allows to dynamically create a new input binding returning its consumer properties for further customization.<P> PBindingsLifecycleController.createOutputBinding(String bindingName, String binderName, BindingProperties bindingProperties) Allows to dynamically create a new output binding returning its producer properties for further customization.Constructors in org.springframework.cloud.stream.binding with parameters of type BindingPropertiesModifierConstructorDescriptionDefaultPartitioningInterceptor(BindingProperties bindingProperties, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) -
Uses of BindingProperties in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return BindingPropertiesModifier and TypeMethodDescriptionBindingServiceProperties.getBindingProperties(String bindingName) Methods in org.springframework.cloud.stream.config that return types with arguments of type BindingPropertiesMethod parameters in org.springframework.cloud.stream.config with type arguments of type BindingPropertiesModifier and TypeMethodDescriptionvoidBindingServiceProperties.setBindings(Map<String, BindingProperties> bindings) -
Uses of BindingProperties in org.springframework.cloud.stream.endpoint
Methods in org.springframework.cloud.stream.endpoint that return types with arguments of type BindingPropertiesModifier and TypeMethodDescriptionChannelsEndpoint.ChannelsMetaData.getInputs()ChannelsEndpoint.ChannelsMetaData.getOutputs()