Interface ServiceInvoker

All Known Subinterfaces:
GrpcEventBusBridge, GrpcIoServiceBridge, Service
All Known Implementing Classes:
EventBusBridgeGrpcService, ReflectionService

@Unstable public interface ServiceInvoker
  • Field Details

  • Method Details

    • invoker

      default <Req,Resp> ServiceMethodInvoker<Req,Resp> invoker(ServiceMethod<Req,Resp> method)
      Obtain a service method invoker.
      Parameters:
      method - the service method