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

io.vertx.tp.workflow.uca.coadjutor.Stay Maven / Gradle / Ivy

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

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;

/**
 * @author Lang
 */
public interface Stay extends Behaviour {

    Future keepAsync(WRequest request, WTransition instance);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy