Uses of Class
io.vertx.up.atom.worker.Mission
Packages that use Mission
Package
Description
-
Uses of Mission in io.vertx.up.atom.worker
Methods in io.vertx.up.atom.worker that return Mission -
Uses of Mission in io.vertx.up.runtime
Methods in io.vertx.up.runtime that return types with arguments of type Mission -
Uses of Mission in io.vertx.up.uca.job.center
Methods in io.vertx.up.uca.job.center with parameters of type Mission -
Uses of Mission in io.vertx.up.uca.job.phase
Methods in io.vertx.up.uca.job.phase with parameters of type Mission -
Uses of Mission in io.vertx.up.uca.job.plugin
Methods in io.vertx.up.uca.job.plugin that return MissionModifier and TypeMethodDescriptionMethods in io.vertx.up.uca.job.plugin that return types with arguments of type MissionModifier and TypeMethodDescriptionio.vertx.core.Future<Mission>JobClient.fetchAsync(String code) JobClient.fetchAsync(Set<String> codes) io.vertx.core.Future<Mission>JobClientImpl.fetchAsync(String code) JobClientImpl.fetchAsync(Set<String> codes) io.vertx.core.Future<Mission>JobClient.removeAsync(String code) io.vertx.core.Future<Mission>JobClientImpl.removeAsync(String code) io.vertx.core.Future<Mission>io.vertx.core.Future<Mission>Methods in io.vertx.up.uca.job.plugin with parameters of type MissionModifier and TypeMethodDescriptionstatic voidio.vertx.core.Future<Mission>JobClient.saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) io.vertx.core.Future<Mission>JobClientImpl.saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) Method parameters in io.vertx.up.uca.job.plugin with type arguments of type MissionModifier and TypeMethodDescriptionJobClient.fetchAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) JobClient.fetchAsync(Set<String> code, io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler) JobClientImpl.fetchAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) JobClientImpl.fetchAsync(Set<String> codes, io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler) JobClient.removeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) JobClientImpl.removeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) static voidJobClient.saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) JobClient.saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) JobClient.saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) JobClientImpl.saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler) JobClientImpl.saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) JobClientImpl.saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) -
Uses of Mission in io.vertx.up.uca.job.store
Methods in io.vertx.up.uca.job.store with parameters of type Mission -
Uses of Mission in io.vertx.up.uca.rs.config
Methods in io.vertx.up.uca.rs.config that return Mission -
Uses of Mission in io.vertx.up.uca.web.origin
Methods in io.vertx.up.uca.web.origin that return types with arguments of type Mission -
Uses of Mission in io.vertx.up.unity
Methods in io.vertx.up.unity with parameters of type MissionModifier and TypeMethodDescriptionstatic ObjectUx.toParameter(Envelop envelop, Class<?> type, Mission mission, io.vertx.up.atom.Refer underway)