
org.bonitasoft.engine.connector.impl.InterruptibleCallable Maven / Gradle / Ivy
package org.bonitasoft.engine.connector.impl;
import java.util.concurrent.Callable;
public interface InterruptibleCallable extends Callable {
void interrupt();
boolean isCompleted();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy