Uses of Interface
com.alibaba.dubbo.rpc.Invoker
Packages that use Invoker
Package
Description
-
Uses of Invoker in com.alibaba.dubbo.rpc
Classes in com.alibaba.dubbo.rpc that implement InvokerMethods in com.alibaba.dubbo.rpc that return InvokerModifier and TypeMethodDescriptionExporter.CompatibleExporter.getInvoker()Exporter.getInvoker()Deprecated.Invoker<?> Invocation.CompatibleInvocation.getInvoker()Invoker<?> Invocation.getInvoker()Deprecated.<T> Invoker<T> ProxyFactory.getInvoker(T proxy, Class<T> type, URL url) Deprecated.Invoker<?> RpcContext.getInvoker()Deprecated.Invoker<?> RpcInvocation.getInvoker()Deprecated.<T> Invoker<T> Deprecated.Methods in com.alibaba.dubbo.rpc that return types with arguments of type InvokerMethods in com.alibaba.dubbo.rpc with parameters of type InvokerModifier and TypeMethodDescriptionvoidDeprecated.<T> Exporter<T> Deprecated.<T> TDeprecated.<T> TDeprecated.Filter.invoke(Invoker<?> invoker, Invocation invocation) Deprecated.voidDeprecated.voidRpcInvocation.setInvoker(Invoker<?> invoker) Deprecated.Constructors in com.alibaba.dubbo.rpc with parameters of type InvokerModifierConstructorDescriptionRpcInvocation(Invocation invocation, Invoker<?> invoker) Deprecated.RpcInvocation(String methodName, Class<?>[] parameterTypes, Object[] arguments, Map<String, String> attachments, Invoker<?> invoker) Deprecated. -
Uses of Invoker in com.alibaba.dubbo.rpc.cluster
Methods in com.alibaba.dubbo.rpc.cluster that return InvokerModifier and TypeMethodDescription<T> Invoker<T> Deprecated.<T> Invoker<T> LoadBalance.select(List<Invoker<T>> invokers, URL url, Invocation invocation) Deprecated.Methods in com.alibaba.dubbo.rpc.cluster that return types with arguments of type InvokerModifier and TypeMethodDescriptionDirectory.list(Invocation invocation) Deprecated.Router.route(List<Invoker<T>> invokers, URL url, Invocation invocation) Deprecated.Method parameters in com.alibaba.dubbo.rpc.cluster with type arguments of type Invoker -
Uses of Invoker in com.alibaba.dubbo.rpc.cluster.loadbalance
Methods in com.alibaba.dubbo.rpc.cluster.loadbalance that return InvokerModifier and TypeMethodDescription<T> Invoker<T> AbstractLoadBalance.select(List<Invoker<T>> invokers, URL url, Invocation invocation) Deprecated.Method parameters in com.alibaba.dubbo.rpc.cluster.loadbalance with type arguments of type Invoker