(Request request)
| 13 | } |
| 14 | |
| 15 | Set<Destination> getDestinations(Request request){ |
| 16 | Service service = serviceMap.get(request.requestType); |
| 17 | return service.destinations; |
| 18 | } |
| 19 | |
| 20 | abstract Destination balanceLoad(Request request); |
| 21 | } |
no test coverage detected