Using a gRPC Interceptor with an Armeria server

16 Views Asked by At

I'm porting an existing gRPC server to use the Armeria framework and I have a class that implements io.grpc.ServerInterceptor that I would like to use. Is that possible?

If not, how do I provide similar behavior to the TransmitStatusRuntimeExceptionInterceptor class which logs errors and returns the details to the client?

0

There are 0 best solutions below