Interface SessionService.ErrorTransformer

All Known Implementing Classes:
SessionService.ObfuscatingErrorTransformer
Enclosing class:
SessionService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SessionService.ErrorTransformer
Implementations of error transformer give the server one last chance to convert errors to useful messages before responding to gRPC users.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.grpc.StatusRuntimeException
     
  • Method Details

    • transform

      io.grpc.StatusRuntimeException transform(Throwable t)