@Configuration @ConditionalOnBean(value=io.opentracing.Tracer.class) @ConditionalOnClass(value=org.springframework.messaging.support.ChannelInterceptorAdapter.class) public class OpenTracingChannelInterceptorAutoConfiguration extends Object
| Constructor and Description |
|---|
OpenTracingChannelInterceptorAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OpenTracingChannelInterceptor |
openTracingChannelInterceptor(io.opentracing.Tracer tracer) |
public OpenTracingChannelInterceptorAutoConfiguration()
@Bean @GlobalChannelInterceptor public OpenTracingChannelInterceptor openTracingChannelInterceptor(io.opentracing.Tracer tracer)
Copyright © 2017–2018. All rights reserved.