Interface Caller.CallExecutor<REQ extends Message.Request,RES extends Message.Response>

All Known Implementing Classes:
ServiceCallCycles
Enclosing interface:
Caller<S>

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

    Modifier and Type
    Method
    Description
    call(io.grpc.MethodDescriptor<REQ,RES> method, REQ request, io.grpc.CallOptions options, io.grpc.Channel channel, long trace, ServiceCallCycles<REQ,RES> handlers)
     
  • Method Details

    • call

      RES call(io.grpc.MethodDescriptor<REQ,RES> method, REQ request, io.grpc.CallOptions options, io.grpc.Channel channel, long trace, ServiceCallCycles<REQ,RES> handlers)