接口 Invocation

    • 方法详细资料

      • getMethodName

        String getMethodName()
        get method name.
        返回:
        method name.
      • getParameterTypes

        Class<?>[] getParameterTypes()
        get parameter types.
        返回:
        parameter types.
      • getArguments

        Object[] getArguments()
        get arguments.
        返回:
        arguments.
      • getAttachments

        Map<String,​String> getAttachments()
        get attachments.
        返回:
        attachments.
      • getAttachment

        String getAttachment​(String key)
        get attachment by key.
        返回:
        attachment value.
      • getAttachment

        String getAttachment​(String key,
                             String defaultValue)
        get attachment by key with default value.
        返回:
        attachment value.
      • getInvoker

        Invoker<?> getInvoker()
        get the invoker in current context.
        返回:
        invoker.