Package dev.vality.fistful.p2p.template
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 P2PTemplateNotFound, MachineAlreadyWorking, org.apache.thrift.TException- Throws:
P2PTemplateNotFoundMachineAlreadyWorkingorg.apache.thrift.TException
-