Uses of Class
org.springframework.cloud.stream.config.BindingServiceProperties
Packages that use BindingServiceProperties
Package
Description
-
Uses of BindingServiceProperties in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return BindingServicePropertiesModifier and TypeMethodDescriptionprotected BindingServicePropertiesAbstractBinder.getBindingServiceProperties()Attempts to getBindingServicePropertiesfrom application context. -
Uses of BindingServiceProperties in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding that return BindingServicePropertiesConstructors in org.springframework.cloud.stream.binding with parameters of type BindingServicePropertiesModifierConstructorDescriptionBindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) BindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper) MessageConverterConfigurer(BindingServiceProperties bindingServiceProperties, org.springframework.messaging.converter.CompositeMessageConverter compositeMessageConverter) MessageConverterConfigurer(BindingServiceProperties bindingServiceProperties, org.springframework.messaging.converter.CompositeMessageConverter compositeMessageConverter, StreamFunctionProperties streamFunctionProperties) -
Uses of BindingServiceProperties in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config with parameters of type BindingServicePropertiesModifier and TypeMethodDescriptionBindingServiceConfiguration.binderFactory(BinderTypeRegistry binderTypeRegistry, BindingServiceProperties bindingServiceProperties, org.springframework.beans.factory.ObjectProvider<BinderCustomizer> binderCustomizerProvider, BinderChildContextInitializer binderChildContextInitializer) BindingServiceConfiguration.bindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper) ChannelsEndpointAutoConfiguration.channelsEndpoint(BindingServiceProperties properties) BinderFactoryAutoConfiguration.messageConverterConfigurer(BindingServiceProperties bindingServiceProperties, org.springframework.messaging.converter.CompositeMessageConverter compositeMessageConverter, StreamFunctionProperties streamFunctionProperties) -
Uses of BindingServiceProperties in org.springframework.cloud.stream.endpoint
Constructors in org.springframework.cloud.stream.endpoint with parameters of type BindingServicePropertiesModifierConstructorDescriptionChannelsEndpoint(List<Bindable> adapters, BindingServiceProperties properties) -
Uses of BindingServiceProperties in org.springframework.cloud.stream.function
Methods in org.springframework.cloud.stream.function with parameters of type BindingServicePropertiesModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanFunctionConfiguration.functionInitializer(org.springframework.cloud.function.context.FunctionCatalog functionCatalog, StreamFunctionProperties functionProperties, BindingServiceProperties serviceProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, StreamBridge streamBridge) FunctionConfiguration.streamBridgeUtils(org.springframework.cloud.function.context.FunctionCatalog functionCatalog, BindingServiceProperties bindingServiceProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, NewDestinationBindingCallback callback)