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

com.codingapi.springboot.flow.trigger.OverOutTrigger Maven / Gradle / Ivy

package com.codingapi.springboot.flow.trigger;

import com.codingapi.springboot.flow.domain.FlowNode;
import com.codingapi.springboot.flow.domain.FlowRecord;

public class OverOutTrigger implements IOutTrigger{

    @Override
    public FlowNode trigger(FlowRecord record) {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy