Class ChannelsEndpointAutoConfiguration
- java.lang.Object
-
- org.springframework.cloud.stream.config.ChannelsEndpointAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(name="org.springframework.boot.actuate.endpoint.annotation.Endpoint") @ConditionalOnBean(BindingService.class) @AutoConfigureAfter(org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration.class) public class ChannelsEndpointAutoConfiguration extends Object
- Author:
- Dave Syer, Marius Bogoevici, Ilayaperumal Gopinathan, Oleg Zhurakousky
-
-
Constructor Summary
Constructors Constructor Description ChannelsEndpointAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelsEndpointchannelsEndpoint(BindingServiceProperties properties)
-
-
-
Method Detail
-
channelsEndpoint
@Bean @ConditionalOnAvailableEndpoint public ChannelsEndpoint channelsEndpoint(BindingServiceProperties properties)
-
-