Package org.lognet.springboot.grpc
Interface FailureHandlingServerInterceptor
-
- All Superinterfaces:
io.grpc.ServerInterceptor
- All Known Implementing Classes:
SecurityInterceptor,ValidatingInterceptor
public interface FailureHandlingServerInterceptor extends io.grpc.ServerInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFailureHandlingServerInterceptor.MessageBlockingServerCallListener<R>
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcloseCall(java.lang.Object o, GRpcErrorHandler errorHandler, io.grpc.ServerCall<?,?> call, io.grpc.Metadata headers, io.grpc.Status status, java.lang.Exception exception)
-
-
-
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)
-
-