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

com.yomahub.liteflow.lifecycle.PostProcessNodeBuildLifeCycle Maven / Gradle / Ivy

The newest version!
package com.yomahub.liteflow.lifecycle;

import com.yomahub.liteflow.flow.element.Node;

/**
 * 生命周期接口
 * 在Node构造时期,如果有实现的话
 *
 * @author Bryan.Zhang
 * @since 2.12.4
 */
public interface PostProcessNodeBuildLifeCycle extends LifeCycle {

    void postProcessBeforeNodeBuild(Node node);

    void postProcessAfterNodeBuild(Node node);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy