@Factory
public class GrpcTracingInterceptorFactory
extends java.lang.Object
| Constructor and Description |
|---|
GrpcTracingInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected io.grpc.ClientInterceptor |
clientTracingInterceptor(GrpcClientTracingInterceptorConfiguration configuration) |
protected io.grpc.ServerInterceptor |
serverTracingInterceptor(GrpcServerTracingInterceptorConfiguration configuration) |
@Requires(beans=GrpcServerTracingInterceptorConfiguration.class) @Singleton @Bean @Nonnull protected io.grpc.ServerInterceptor serverTracingInterceptor(@Nonnull GrpcServerTracingInterceptorConfiguration configuration)
@Requires(beans=GrpcClientTracingInterceptorConfiguration.class) @Singleton @Bean @Nonnull protected io.grpc.ClientInterceptor clientTracingInterceptor(@Nonnull GrpcClientTracingInterceptorConfiguration configuration)