| Constructor and Description |
|---|
QueryActor() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
getFloors(String sigma) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
getTents(String sigma) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
initRegion(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
queryCities(String stateId) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
queryCountries(Envelop request) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
queryRegions(String cityId) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
queryStates(String countryId) |
@Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-COUNTRIES") public io.vertx.core.Future<io.vertx.core.json.JsonArray> queryCountries(Envelop request)
@Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-STATE/BY-COUNTRY") public io.vertx.core.Future<io.vertx.core.json.JsonArray> queryStates(String countryId)
@Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-CITY/BY-STATE") public io.vertx.core.Future<io.vertx.core.json.JsonArray> queryCities(String stateId)
@Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-REGION/BY-CITY") public io.vertx.core.Future<io.vertx.core.json.JsonArray> queryRegions(String cityId)
@Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-TENT/BY-SIGMA") public io.vertx.core.Future<io.vertx.core.json.JsonArray> getTents(String sigma)
@Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7/L-FLOOR/BY-SIGMA") public io.vertx.core.Future<io.vertx.core.json.JsonArray> getFloors(String sigma)
Copyright © 2021. All rights reserved.