@Configuration
@ConditionalOnProperty(name="spring.cloud.function.stream.processor.enabled",
havingValue="true",
matchIfMissing=true)
@Conditional(value=org.springframework.cloud.function.stream.config.StreamAutoConfiguration.SourceAndSinkCondition.class)
protected static class StreamAutoConfiguration.ProcessorConfiguration
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StreamListeningFunctionInvoker |
functionInvoker(FunctionCatalog registry,
FunctionInspector functionInspector,
org.springframework.cloud.stream.converter.CompositeMessageConverterFactory compositeMessageConverterFactory) |
@Bean public StreamListeningFunctionInvoker functionInvoker(FunctionCatalog registry, FunctionInspector functionInspector, @Lazy org.springframework.cloud.stream.converter.CompositeMessageConverterFactory compositeMessageConverterFactory)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.