Interface ServiceCallCycle.OnIgnore<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.OnIgnore<REQ extends Message.Request,RES extends Message.Response>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onIgnore(REQ req, RES res, io.grpc.CallOptions options, String remote, long trace)
     
  • Method Details

    • onIgnore

      default void onIgnore(REQ req, RES res, io.grpc.CallOptions options, String remote, long trace)