Uses of Class
org.springframework.cloud.stream.function.StreamFunctionProperties
-
Packages that use StreamFunctionProperties Package Description org.springframework.cloud.stream.binding org.springframework.cloud.stream.config org.springframework.cloud.stream.function -
-
Uses of StreamFunctionProperties in org.springframework.cloud.stream.binding
Constructors in org.springframework.cloud.stream.binding with parameters of type StreamFunctionProperties Constructor Description MessageConverterConfigurer(BindingServiceProperties bindingServiceProperties, org.springframework.messaging.converter.CompositeMessageConverter compositeMessageConverter, StreamFunctionProperties streamFunctionProperties) -
Uses of StreamFunctionProperties in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config with parameters of type StreamFunctionProperties Modifier and Type Method Description MessageConverterConfigurerBinderFactoryAutoConfiguration. messageConverterConfigurer(BindingServiceProperties bindingServiceProperties, org.springframework.messaging.converter.CompositeMessageConverter compositeMessageConverter, StreamFunctionProperties streamFunctionProperties) -
Uses of StreamFunctionProperties in org.springframework.cloud.stream.function
Methods in org.springframework.cloud.stream.function with parameters of type StreamFunctionProperties Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanFunctionConfiguration. functionBindingRegistrar(org.springframework.core.env.Environment environment, org.springframework.cloud.function.context.FunctionCatalog functionCatalog, StreamFunctionProperties streamFunctionProperties)org.springframework.beans.factory.InitializingBeanFunctionConfiguration. functionInitializer(org.springframework.cloud.function.context.FunctionCatalog functionCatalog, StreamFunctionProperties functionProperties, BindingServiceProperties serviceProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, StreamBridge streamBridge)
-