
fr.soleil.tango.errorstrategy.Task Maven / Gradle / Ivy
package fr.soleil.tango.errorstrategy;
import fr.esrf.Tango.DevFailed;
public interface Task {
T call() throws DevFailed;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package fr.soleil.tango.errorstrategy;
import fr.esrf.Tango.DevFailed;
public interface Task {
T call() throws DevFailed;
}