Uses of Class
org.springframework.cloud.stream.config.BindingServiceProperties
-
-
Uses of BindingServiceProperties in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding that return BindingServiceProperties Modifier and Type Method Description BindingServicePropertiesBindingService. getBindingServiceProperties()Constructors in org.springframework.cloud.stream.binding with parameters of type BindingServiceProperties Constructor Description BindingService(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 BindingServiceProperties Modifier and Type Method Description BinderFactoryBindingServiceConfiguration. binderFactory(BinderTypeRegistry binderTypeRegistry, BindingServiceProperties bindingServiceProperties, org.springframework.beans.factory.ObjectProvider<BinderCustomizer> binderCustomizerProvider)BindingServiceBindingServiceConfiguration. bindingService(BindingServiceProperties bindingServiceProperties, BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper)ChannelsEndpointChannelsEndpointAutoConfiguration. channelsEndpoint(BindingServiceProperties properties)MessageConverterConfigurerBinderFactoryAutoConfiguration. 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 Constructor Description ChannelsEndpoint(BindingServiceProperties properties) -
Uses of BindingServiceProperties in org.springframework.cloud.stream.function
Methods in org.springframework.cloud.stream.function with parameters of type BindingServiceProperties Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanFunctionConfiguration. functionInitializer(org.springframework.cloud.function.context.FunctionCatalog functionCatalog, StreamFunctionProperties functionProperties, BindingServiceProperties serviceProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, StreamBridge streamBridge)StreamBridgeFunctionConfiguration. streamBridgeUtils(org.springframework.cloud.function.context.FunctionCatalog functionCatalog, BindingServiceProperties bindingServiceProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, BinderAwareChannelResolver.NewDestinationBindingCallback callback)
-