Package org.apache.dubbo.rpc
Interface Invoker<T>
- All Superinterfaces:
Node
- All Known Implementing Classes:
AbstractInvoker,AbstractProxyInvoker,InvokerWrapper,ListenerInvokerWrapper,MockInvoker,ReferenceCountInvokerWrapper,StubInvoker
Invoker. (API/SPI, Prototype, ThreadSafe)
- See Also:
-
Method Summary
Methods inherited from interface org.apache.dubbo.common.Node
destroy, getUrl, isAvailable
-
Method Details
-
getInterface
get service interface.- Returns:
- service interface.
-
invoke
invoke.- Parameters:
invocation-- Returns:
- result
- Throws:
RpcException
-