Class MMReqtask
- java.lang.Object
-
- fi.tut.mei.matchmaking.integration.rest.tasks.MMReqtask
-
- All Implemented Interfaces:
Callable<MatchmakingResult>
public class MMReqtask extends Object implements Callable<MatchmakingResult>
-
-
Constructor Summary
Constructors Constructor Description MMReqtask(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
-
-
-
Constructor Detail
-
MMReqtask
public MMReqtask(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
-
-
Method Detail
-
call
public MatchmakingResult call() throws Exception
- Specified by:
call
in interfaceCallable<MatchmakingResult>
- Throws:
Exception
-
-