Interface ServiceInvoker
- All Known Subinterfaces:
GrpcEventBusBridge, GrpcIoServiceBridge, Service
- All Known Implementing Classes:
EventBusBridgeGrpcService, ReflectionService
@Unstable
public interface ServiceInvoker
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault <Req,Resp> ServiceMethodInvoker <Req, Resp> invoker(ServiceMethod<Req, Resp> method) Obtain a service method invoker.
-
Field Details
-
DEFAULT_INSTANCE
-
-
Method Details
-
invoker
Obtain a service method invoker.- Parameters:
method- the service method
-