类的使用
org.apache.dubbo.rpc.InvokeMode
-
使用InvokeMode的程序包 程序包 说明 org.apache.dubbo.rpc org.apache.dubbo.rpc.support -
-
org.apache.dubbo.rpc中InvokeMode的使用
返回InvokeMode的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 InvokeModeRpcInvocation. getInvokeMode()static InvokeModeInvokeMode. valueOf(String name)返回带有指定名称的该类型的枚举常量。static InvokeMode[]InvokeMode. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为InvokeMode的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 voidRpcInvocation. setInvokeMode(InvokeMode invokeMode)参数类型为InvokeMode的org.apache.dubbo.rpc中的构造器 构造器 说明 RpcInvocation(String targetServiceUniqueName, ServiceModel serviceModel, String methodName, String interfaceName, String protocolServiceKey, Class<?>[] parameterTypes, Object[] arguments, Map<String,Object> attachments, Invoker<?> invoker, Map<Object,Object> attributes, InvokeMode invokeMode)To create a brand-new invocationRpcInvocation(ServiceModel serviceModel, String methodName, String interfaceName, String protocolServiceKey, Class<?>[] parameterTypes, Object[] arguments, Map<String,Object> attachments, Invoker<?> invoker, Map<Object,Object> attributes, InvokeMode invokeMode)已过时。deprecated, will be removed in 3.1.x -
org.apache.dubbo.rpc.support中InvokeMode的使用
返回InvokeMode的org.apache.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 static InvokeModeRpcUtils. getInvokeMode(URL url, Invocation inv)
-