Class DataFlowClientAutoConfiguration
java.lang.Object
org.springframework.cloud.dataflow.rest.client.config.DataFlowClientAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(DataFlowClientProperties.class)
public class DataFlowClientAutoConfiguration
extends Object
Configuration class to provide default beans for
DataFlowOperations
and StreamBuilder
instances.- Author:
- Vinicius Carvalho, Gunnar Hillert
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondataFlowOperations
(com.fasterxml.jackson.databind.ObjectMapper mapper) streamBuilder
(DataFlowOperations dataFlowOperations)
-
Constructor Details
-
DataFlowClientAutoConfiguration
-
-
Method Details
-
dataFlowOperations
@Bean @ConditionalOnMissingBean(DataFlowOperations.class) public DataFlowOperations dataFlowOperations(@Nullable com.fasterxml.jackson.databind.ObjectMapper mapper) throws Exception - Throws:
Exception
-
streamBuilder
@Bean @ConditionalOnMissingBean(StreamBuilder.class) public StreamBuilder streamBuilder(DataFlowOperations dataFlowOperations)
-