Uses of Class
io.vertx.up.atom.worker.Mission
-
-
Uses of Mission in io.vertx.tp.plugin.job
Methods in io.vertx.tp.plugin.job that return Mission Modifier and Type Method Description MissionJobClient. fetch(String code)MissionJobClientImpl. fetch(String code)MissionJobClient. remove(String code)MissionJobClientImpl. remove(String code)MissionJobClient. save(Mission mission)MissionJobClientImpl. save(Mission mission)Methods in io.vertx.tp.plugin.job that return types with arguments of type Mission Modifier and Type Method Description List<Mission>JobClient. fetch(Set<String> codes)List<Mission>JobClientImpl. fetch(Set<String> codes)io.vertx.core.Future<Mission>JobClient. fetchAsync(String code)io.vertx.core.Future<List<Mission>>JobClient. fetchAsync(Set<String> codes)io.vertx.core.Future<Mission>JobClientImpl. fetchAsync(String code)io.vertx.core.Future<List<Mission>>JobClientImpl. fetchAsync(Set<String> codes)io.vertx.core.Future<Mission>JobClient. removeAsync(String code)io.vertx.core.Future<Mission>JobClientImpl. removeAsync(String code)Set<Mission>JobClient. save(Set<Mission> missions)Set<Mission>JobClientImpl. save(Set<Mission> missions)io.vertx.core.Future<Mission>JobClient. saveAsync(Mission mission)io.vertx.core.Future<Set<Mission>>JobClient. saveAsync(Set<Mission> missions)io.vertx.core.Future<Mission>JobClientImpl. saveAsync(Mission mission)io.vertx.core.Future<Set<Mission>>JobClientImpl. saveAsync(Set<Mission> missions)Methods in io.vertx.tp.plugin.job with parameters of type Mission Modifier and Type Method Description static voidJobClient.Pre. save(Mission mission)MissionJobClient. save(Mission mission)MissionJobClientImpl. save(Mission mission)io.vertx.core.Future<Mission>JobClient. saveAsync(Mission mission)JobClientJobClient. saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)io.vertx.core.Future<Mission>JobClientImpl. saveAsync(Mission mission)JobClientJobClientImpl. saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)Method parameters in io.vertx.tp.plugin.job with type arguments of type Mission Modifier and Type Method Description JobClientJobClient. fetchAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClient. fetchAsync(Set<String> code, io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler)JobClientJobClientImpl. fetchAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClientImpl. fetchAsync(Set<String> codes, io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Mission>>> handler)JobClientJobClient. removeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)JobClientJobClientImpl. removeAsync(String code, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)static voidJobClient.Pre. save(Set<Mission> missions)Set<Mission>JobClient. save(Set<Mission> missions)Set<Mission>JobClientImpl. save(Set<Mission> missions)JobClientJobClient. saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)io.vertx.core.Future<Set<Mission>>JobClient. saveAsync(Set<Mission> missions)JobClientJobClient. saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler)JobClientJobClient. saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler)JobClientJobClientImpl. saveAsync(Mission mission, io.vertx.core.Handler<io.vertx.core.AsyncResult<Mission>> handler)io.vertx.core.Future<Set<Mission>>JobClientImpl. saveAsync(Set<Mission> missions)JobClientJobClientImpl. saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler)JobClientJobClientImpl. saveAsync(Set<Mission> missions, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<Mission>>> handler) -
Uses of Mission in io.vertx.up.atom.worker
Methods in io.vertx.up.atom.worker that return Mission Modifier and Type Method Description MissionMission. connect(Class<?> clazz) -
Uses of Mission in io.vertx.up.runtime
Methods in io.vertx.up.runtime that return types with arguments of type Mission Modifier and Type Method Description static Set<Mission>ZeroAnno. getJobs()Get Jobs for current -
Uses of Mission in io.vertx.up.uca.job.center
Methods in io.vertx.up.uca.job.center with parameters of type Mission Modifier and Type Method Description io.vertx.core.Future<Long>Agha. begin(Mission mission)Start new job by definition of Mission here. -
Uses of Mission in io.vertx.up.uca.job.phase
Methods in io.vertx.up.uca.job.phase with parameters of type Mission Modifier and Type Method Description PhasePhase. bind(Mission mission)io.vertx.core.Future<Envelop>Phase. inputAsync(Mission mission) -
Uses of Mission in io.vertx.up.uca.job.store
Methods in io.vertx.up.uca.job.store with parameters of type Mission Modifier and Type Method Description JobStoreJobStore. add(Mission mission)JobStoreJobStore. remove(Mission mission)JobStoreJobStore. update(Mission mission) -
Uses of Mission in io.vertx.up.uca.serialization
Methods in io.vertx.up.uca.serialization with parameters of type Mission Modifier and Type Method Description static ObjectTypedArgument. analyzeJob(Envelop envelop, Class<?> type, Mission mission, io.vertx.up.atom.Refer underway)Job Component -
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 Modifier and Type Method Description Set<Mission>JobInquirer. scan(Set<Class<?>> clazzes)
-