| Package | Description |
|---|---|
| io.vertx.tp.plugin.job | |
| io.vertx.up.atom.worker | |
| io.vertx.up.runtime | |
| io.vertx.up.uca.job.center | |
| io.vertx.up.uca.job.phase | |
| io.vertx.up.uca.job.store | |
| io.vertx.up.uca.web.origin |
| Modifier and Type | Method and Description |
|---|---|
static Mission |
JobPool.get(String code) |
static Mission |
JobPool.get(String code,
Supplier<Mission> supplier) |
| Modifier and Type | Method and Description |
|---|---|
static List<Mission> |
JobPool.get() |
static ConcurrentMap<String,Mission> |
JobPool.mapJobs() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JobPool.save(Mission mission) |
static boolean |
JobPool.valid(Mission mission) |
| Modifier and Type | Method and Description |
|---|---|
static Mission |
JobPool.get(String code,
Supplier<Mission> supplier) |
static void |
JobPool.put(Set<Mission> missions) |
| Modifier and Type | Method and Description |
|---|---|
Mission |
Mission.connect(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Mission> |
ZeroAnno.getJobs()
Get Jobs for current
|
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Long> |
Agha.begin(Mission mission)
Start new job by definition of Mission here.
|
| Modifier and Type | Method and Description |
|---|---|
Phase |
Phase.bind(Mission mission) |
io.vertx.core.Future<Envelop> |
Phase.inputAsync(Mission mission) |
| Modifier and Type | Method and Description |
|---|---|
JobStore |
JobStore.add(Mission mission) |
static boolean |
JobPin.isIn(Mission mission) |
JobStore |
JobStore.remove(Mission mission) |
JobStore |
JobStore.update(Mission mission) |
| Modifier and Type | Method and Description |
|---|---|
Set<Mission> |
JobInquirer.scan(Set<Class<?>> clazzes) |
Copyright © 2020. All rights reserved.