
uk.ac.ebi.interpro.scan.jms.activemq.UnrecoverableErrorStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jms-implementation Show documentation
Show all versions of jms-implementation Show documentation
InterProScan JMS Implementation Module
The newest version!
package uk.ac.ebi.interpro.scan.jms.activemq;
import uk.ac.ebi.interpro.scan.management.model.Jobs;
import uk.ac.ebi.interpro.scan.management.model.StepInstance;
/**
* TODO: Description
*
* @author Phil Jones
* @version $Id$
* @since 1.0-SNAPSHOT
*/
public interface UnrecoverableErrorStrategy {
void failed(StepInstance instance, Jobs jobs);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy