Class WavefrontConsumerConfiguration
java.lang.Object
org.springframework.cloud.fn.consumer.wavefront.WavefrontConsumerConfiguration
@Configuration
@EnableConfigurationProperties(WavefrontConsumerProperties.class)
@Import(org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration.class)
public class WavefrontConsumerConfiguration
extends Object
- Author:
- Timo Salm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionwavefrontConsumer
(WavefrontConsumerProperties properties, WavefrontService service) wavefrontService
(WavefrontConsumerProperties properties, org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder)
-
Constructor Details
-
WavefrontConsumerConfiguration
public WavefrontConsumerConfiguration()
-
-
Method Details
-
wavefrontConsumer
@Bean public Consumer<Message<?>> wavefrontConsumer(WavefrontConsumerProperties properties, WavefrontService service) -
wavefrontService
@Bean public WavefrontService wavefrontService(WavefrontConsumerProperties properties, org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder)
-