Package dev.vality.fistful.source
Interface RepairerSrv.Iface
- All Known Implementing Classes:
RepairerSrv.Client
- Enclosing class:
- RepairerSrv
public static interface RepairerSrv.Iface
-
Method Summary
Modifier and Type Method Description voidrepair(String id, RepairScenario scenario)
-
Method Details
-
repair
void repair(String id, RepairScenario scenario) throws SourceNotFound, MachineAlreadyWorking, org.apache.thrift.TException- Throws:
SourceNotFoundMachineAlreadyWorkingorg.apache.thrift.TException
-