Package cn.vertxup.cache
Class AmbientService
- java.lang.Object
-
- cn.vertxup.cache.AmbientService
-
- All Implemented Interfaces:
AmbientStub
public class AmbientService extends Object implements AmbientStub
-
-
Constructor Summary
Constructors Constructor Description AmbientService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>updateJob(IJob job, IService service)io.vertx.core.Future<io.vertx.core.json.JsonObject>updateUri(IApi api, IService service)
-
-
-
Method Detail
-
updateJob
public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateJob(IJob job, IService service)
- Specified by:
updateJobin interfaceAmbientStub
-
updateUri
public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateUri(IApi api, IService service)
- Specified by:
updateUriin interfaceAmbientStub
-
-