Interface ServiceCallCycle.OnException<REQ extends Message.Request,RES extends Message.Response>

All Known Implementing Classes:
ServiceCallCycles
Enclosing interface:
ServiceCallCycle<REQ extends Message.Request,RES extends Message.Response>

public static interface ServiceCallCycle.OnException<REQ extends Message.Request,RES extends Message.Response>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onException(REQ req, Exception exception, io.grpc.CallOptions options, String remote, long trace)
     
  • Method Details

    • onException

      default void onException(REQ req, Exception exception, io.grpc.CallOptions options, String remote, long trace)