Uses of Enum
org.apache.dubbo.rpc.InvokeMode
Packages that use InvokeMode
-
Uses of InvokeMode in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that return InvokeModeModifier and TypeMethodDescriptionRpcInvocation.getInvokeMode()static InvokeModeReturns the enum constant of this type with the specified name.static InvokeMode[]InvokeMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.dubbo.rpc with parameters of type InvokeModeConstructors in org.apache.dubbo.rpc with parameters of type InvokeModeModifierConstructorDescriptionRpcInvocation(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.deprecated, will be removed in 3.1.x -
Uses of InvokeMode in org.apache.dubbo.rpc.support
Methods in org.apache.dubbo.rpc.support that return InvokeModeModifier and TypeMethodDescriptionstatic InvokeModeRpcUtils.getInvokeMode(URL url, Invocation inv)