Uses of Class
org.springframework.cloud.stream.config.BindingProperties
-
Packages that use BindingProperties Package Description org.springframework.cloud.stream.binding org.springframework.cloud.stream.config org.springframework.cloud.stream.endpoint -
-
Uses of BindingProperties in org.springframework.cloud.stream.binding
Constructors in org.springframework.cloud.stream.binding with parameters of type BindingProperties Constructor Description DefaultPartitioningInterceptor(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 BindingProperties Modifier and Type Method Description BindingPropertiesBindingServiceProperties. getBindingProperties(String bindingName)Methods in org.springframework.cloud.stream.config that return types with arguments of type BindingProperties Modifier and Type Method Description Map<String,BindingProperties>BindingServiceProperties. getBindings()Method parameters in org.springframework.cloud.stream.config with type arguments of type BindingProperties Modifier and Type Method Description voidBindingServiceProperties. 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 BindingProperties Modifier and Type Method Description Map<String,BindingProperties>ChannelsEndpoint.ChannelsMetaData. getInputs()Map<String,BindingProperties>ChannelsEndpoint.ChannelsMetaData. getOutputs()
-