Interface FailureHandlingServerInterceptor

  • All Superinterfaces:
    io.grpc.ServerInterceptor
    All Known Implementing Classes:
    SecurityInterceptor, ValidatingInterceptor

    public interface FailureHandlingServerInterceptor
    extends io.grpc.ServerInterceptor
    • Method Detail

      • closeCall

        default void closeCall​(java.lang.Object o,
                               GRpcErrorHandler errorHandler,
                               io.grpc.ServerCall<?,​?> call,
                               io.grpc.Metadata headers,
                               io.grpc.Status status,
                               java.lang.Exception exception)