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, org.springframework.scheduling.TaskScheduler taskScheduler, tools.jackson.databind.ObjectMapper objectMapper) BindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, tools.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, tools.jackson.databind.ObjectMapper objectMapper) ChannelsEndpointAutoConfiguration.channelsEndpoint(BindingServiceProperties properties) static Map<String, BinderConfiguration> BindingServiceConfiguration.getBinderConfigurations(BinderTypeRegistry binderTypeRegistry, BindingServiceProperties bindingServiceProperties) 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 BindingServiceProperties -
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, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistries) -
Uses of BindingServiceProperties in org.springframework.cloud.stream.utils
Methods in org.springframework.cloud.stream.utils with parameters of type BindingServicePropertiesModifier and TypeMethodDescriptionstatic StringCacheKeyCreatorUtils.createChannelCacheKey(String binderName, String outputName, BindingServiceProperties bindingServiceProperties) static StringCacheKeyCreatorUtils.createChannelCacheKey(String outputName, BindingServiceProperties bindingServiceProperties) static StringCacheKeyCreatorUtils.getBinderNameIfNeeded(String binderName, String outputName, BindingServiceProperties bindingServiceProperties)