@Configuration @EnableConfigurationProperties(value=DataFlowClientProperties.class) public class DataFlowClientAutoConfiguration extends Object
DataFlowOperations
and StreamBuilder
instances.Constructor and Description |
---|
DataFlowClientAutoConfiguration(RestTemplate restTemplate) |
Modifier and Type | Method and Description |
---|---|
DataFlowOperations |
dataFlowOperations(com.fasterxml.jackson.databind.ObjectMapper mapper) |
StreamBuilder |
streamBuilder(DataFlowOperations dataFlowOperations) |
public DataFlowClientAutoConfiguration(@Nullable RestTemplate restTemplate)
@Bean @ConditionalOnMissingBean(value=DataFlowOperations.class) public DataFlowOperations dataFlowOperations(@Nullable com.fasterxml.jackson.databind.ObjectMapper mapper) throws Exception
Exception
@Bean @ConditionalOnMissingBean(value=StreamBuilder.class) public StreamBuilder streamBuilder(DataFlowOperations dataFlowOperations)
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.