Package io.vertx.tp.jet.uca.business
Class AbstractJob
java.lang.Object
io.vertx.tp.jet.uca.business.AbstractJob
- All Implemented Interfaces:
io.horizon.specification.meta.action.Service
public abstract class AbstractJob
extends Object
implements io.horizon.specification.meta.action.Service
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.vertx.up.commune.config.Databasedatabase()protected io.vertx.up.commune.exchange.DSettingdict()io.vertx.up.commune.config.Identityidentity()protected io.vertx.up.commune.config.Integrationprotected io.horizon.uca.log.Annallogger()io.vertx.up.commune.exchange.BTreemapping()protected abstract io.vertx.up.atom.worker.Missionmission()io.vertx.core.json.JsonObjectoptions()io.aeon.experiment.rule.RuleUniquerule()protected IServiceservice()protected io.vertx.core.Future<io.vertx.up.atom.Refer>
-
Field Details
-
fabric
protected transient io.vertx.up.commune.exchange.DFabric fabric
-
-
Constructor Details
-
AbstractJob
public AbstractJob()
-
-
Method Details
-
dict
protected io.vertx.up.commune.exchange.DSetting dict() -
mapping
public io.vertx.up.commune.exchange.BTree mapping()- Specified by:
mappingin interfaceio.horizon.specification.meta.action.Service
-
identity
public io.vertx.up.commune.config.Identity identity()- Specified by:
identityin interfaceio.horizon.specification.meta.action.Service
-
rule
public io.aeon.experiment.rule.RuleUnique rule()- Specified by:
rulein interfaceio.horizon.specification.meta.action.Service
-
options
public io.vertx.core.json.JsonObject options()- Specified by:
optionsin interfaceio.horizon.specification.meta.action.Service
-
service
-
mission
protected abstract io.vertx.up.atom.worker.Mission mission() -
database
protected io.vertx.up.commune.config.Database database() -
integration
protected io.vertx.up.commune.config.Integration integration() -
underway
-
logger
protected io.horizon.uca.log.Annal logger()
-