Package cn.vertxup.lbs.service
Class LocationService
- java.lang.Object
-
- cn.vertxup.lbs.service.LocationService
-
- All Implemented Interfaces:
LocationStub
public class LocationService extends Object implements LocationStub
-
-
Constructor Summary
Constructors Constructor Description LocationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchAsync(String locationId)
-
-
-
Method Detail
-
fetchAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync(String locationId)
- Specified by:
fetchAsyncin interfaceLocationStub
-
-