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

io.vertx.tp.workflow.uca.component.Transfer Maven / Gradle / Ivy

The newest version!
package io.vertx.tp.workflow.uca.component;

import io.vertx.core.Future;
import io.vertx.tp.workflow.atom.runtime.WRecord;
import io.vertx.tp.workflow.atom.runtime.WRequest;
import io.vertx.tp.workflow.atom.runtime.WTransition;
import io.vertx.tp.workflow.uca.central.Behaviour;

/**
 * Todo Generation
 * 1. Start Component
 * 2. Generate Component
 *
 * @author Lang
 */
public interface Transfer extends Behaviour {

    Future moveAsync(WRequest request, WTransition wTransition);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy