Uses of Interface
com.alibaba.dubbo.rpc.Invocation
Packages that use Invocation
Package
Description
-
Uses of Invocation in com.alibaba.dubbo.cache
Methods in com.alibaba.dubbo.cache with parameters of type InvocationModifier and TypeMethodDescriptionCacheFactory.getCache(URL url, Invocation invocation) Deprecated. -
Uses of Invocation in com.alibaba.dubbo.cache.support
Methods in com.alibaba.dubbo.cache.support with parameters of type InvocationModifier and TypeMethodDescriptionAbstractCacheFactory.getCache(URL url, Invocation invocation) Deprecated. -
Uses of Invocation in com.alibaba.dubbo.rpc
Classes in com.alibaba.dubbo.rpc that implement InvocationModifier and TypeClassDescriptionstatic classDeprecated.classDeprecated.Methods in com.alibaba.dubbo.rpc that return InvocationMethods in com.alibaba.dubbo.rpc with parameters of type InvocationModifier and TypeMethodDescriptionFilter.invoke(Invoker<?> invoker, Invocation invocation) Deprecated.Invoker.CompatibleInvoker.invoke(Invocation invocation) Invoker.invoke(Invocation invocation) Deprecated.Constructors in com.alibaba.dubbo.rpc with parameters of type InvocationModifierConstructorDescriptionRpcInvocation(Invocation invocation) Deprecated.RpcInvocation(Invocation invocation, Invoker<?> invoker) Deprecated. -
Uses of Invocation in com.alibaba.dubbo.rpc.cluster
Methods in com.alibaba.dubbo.rpc.cluster with parameters of type InvocationModifier and TypeMethodDescriptionDirectory.list(Invocation invocation) Deprecated.Router.route(List<Invoker<T>> invokers, URL url, Invocation invocation) Deprecated.<T> Invoker<T> LoadBalance.select(List<Invoker<T>> invokers, URL url, Invocation invocation) Deprecated. -
Uses of Invocation in com.alibaba.dubbo.rpc.cluster.loadbalance
Methods in com.alibaba.dubbo.rpc.cluster.loadbalance with parameters of type Invocation -
Uses of Invocation in com.alibaba.dubbo.rpc.support
Methods in com.alibaba.dubbo.rpc.support with parameters of type InvocationModifier and TypeMethodDescriptionstatic voidRpcUtils.attachInvocationIdIfAsync(URL url, Invocation inv) Idempotent operation: invocation id will be added in async operation by defaultstatic Object[]RpcUtils.getArguments(Invocation invocation) static LongRpcUtils.getInvocationId(Invocation inv) static StringRpcUtils.getMethodName(Invocation invocation) static Class<?>[]RpcUtils.getParameterTypes(Invocation invocation) static Class<?> RpcUtils.getReturnType(Invocation invocation) static Type[]RpcUtils.getReturnTypes(Invocation invocation) static booleanRpcUtils.isAsync(URL url, Invocation inv) static booleanRpcUtils.isOneway(URL url, Invocation inv) static booleanRpcUtils.isReturnTypeFuture(Invocation inv)