All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yomahub.liteflow.flow.element.Rollbackable Maven / Gradle / Ivy

The newest version!
package com.yomahub.liteflow.flow.element;


/**
 * 回滚接口 目前实现这个接口的只有Node
 *
 * @author RainZs
 */
public interface Rollbackable {

    void rollback(Integer slotIndex) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy