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

    Modifier and Type
    Method
    Description
    default void
    onNonConnection(REQ req, io.grpc.CallOptions options, long trace)
     
  • Method Details

    • onNonConnection

      default void onNonConnection(REQ req, io.grpc.CallOptions options, long trace)