Uses of Class
org.apache.dubbo.rpc.RpcInvocation
Packages that use RpcInvocation
-
Uses of RpcInvocation in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that return RpcInvocationModifier and TypeMethodDescriptionHeaderFilter.invoke(Invoker<?> invoker, RpcInvocation invocation) Methods in org.apache.dubbo.rpc with parameters of type RpcInvocationModifier and TypeMethodDescriptionHeaderFilter.invoke(Invoker<?> invoker, RpcInvocation invocation) -
Uses of RpcInvocation in org.apache.dubbo.rpc.filter
Methods in org.apache.dubbo.rpc.filter that return RpcInvocationModifier and TypeMethodDescriptionTokenHeaderFilter.invoke(Invoker<?> invoker, RpcInvocation invocation) Methods in org.apache.dubbo.rpc.filter with parameters of type RpcInvocationModifier and TypeMethodDescriptionTokenHeaderFilter.invoke(Invoker<?> invoker, RpcInvocation invocation) -
Uses of RpcInvocation in org.apache.dubbo.rpc.proxy
Methods in org.apache.dubbo.rpc.proxy with parameters of type RpcInvocationModifier and TypeMethodDescriptionstatic ObjectInvocationUtil.invoke(Invoker<?> invoker, RpcInvocation rpcInvocation)