类 StepManagement<T>

    • 构造器详细资料

      • StepManagement

        public StepManagement()
    • 方法详细资料

      • getManagedInstance

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