类 ActionManagement<T>

    • 构造器详细资料

      • ActionManagement

        public ActionManagement()
    • 方法详细资料

      • getManagedInstance

        public T getManagedInstance​(Class<T> cls,
                                    T obj)
        Action annotation with retry value If action method is executed with exception then retry If action method return type is not void then return value is null then retry If action method return type is not void then return value is not null then do not retry.
        参数:
        obj -
        返回: