Interface GrpcTracingImplementationLoader
- All Known Implementing Classes:
AbstractGrpcTracingImplementationLoader
,OpenTelemetryGrpcImplementationLoader
,OpenTracingGrpcTracingImplementationLoader
public interface GrpcTracingImplementationLoader
Implementations represent a tracing implementation-specific gRPC
interceptors.
NOTE: This is an internal API and is subject to change without notice.
- Since:
- 24.03
- Author:
- rl 9.27.2023
-
Method Summary
Modifier and TypeMethodDescriptionReturn aGrpcTracingImplementation
if the appropriate dependencies are available, otherwise returnsfalse
-
Method Details
-
getGrpcTracingImplementation
GrpcTracingImplementation getGrpcTracingImplementation()Return aGrpcTracingImplementation
if the appropriate dependencies are available, otherwise returnsfalse
- Returns:
- a
GrpcTracingImplementation
if the appropriate dependencies are available, otherwise returnsfalse
-