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

io.vertx.tp.ke.booter.WfOOB Maven / Gradle / Ivy

The newest version!
package io.vertx.tp.ke.booter;

import io.vertx.tp.ke.cv.KeIpc;
import io.vertx.tp.plugin.booting.AbstractBoot;
import io.vertx.tp.workflow.init.WfPin;

import java.util.Set;

/**
 * @author Lang
 */
public class WfOOB extends AbstractBoot {
    public WfOOB() {
        super(KeIpc.Module.WF);
    }

    @Override
    protected Set configureBuiltIn() {
        return WfPin.getBuiltIn();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy