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