Class InternalLoggingChannelInterceptor.FactoryImpl
- java.lang.Object
-
- io.grpc.gcp.observability.interceptors.InternalLoggingChannelInterceptor.FactoryImpl
-
- All Implemented Interfaces:
InternalLoggingChannelInterceptor.Factory
- Enclosing class:
- InternalLoggingChannelInterceptor
public static class InternalLoggingChannelInterceptor.FactoryImpl extends java.lang.Object implements InternalLoggingChannelInterceptor.Factory
-
-
Constructor Summary
Constructors Constructor Description FactoryImpl(LogHelper helper, ConfigFilterHelper filterHelper)Create theInternalLoggingChannelInterceptor.Factorywe need to create ourClientInterceptors.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ClientInterceptorcreate()
-
-
-
Constructor Detail
-
FactoryImpl
public FactoryImpl(LogHelper helper, ConfigFilterHelper filterHelper)
Create theInternalLoggingChannelInterceptor.Factorywe need to create ourClientInterceptors.
-
-
Method Detail
-
create
public io.grpc.ClientInterceptor create()
- Specified by:
createin interfaceInternalLoggingChannelInterceptor.Factory
-
-