Package com.pulumi.provider.internal
Class ErrorHandlingInterceptor
- java.lang.Object
-
- com.pulumi.provider.internal.ErrorHandlingInterceptor
-
- All Implemented Interfaces:
io.grpc.ServerInterceptor
public class ErrorHandlingInterceptor extends java.lang.Object implements io.grpc.ServerInterceptor
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlingInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ServerCall.Listener<ReqT>interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,RespT> next)
-