Class AbstractJob

  • All Implemented Interfaces:
    Service

    public abstract class AbstractJob
    extends Object
    implements Service
    • Field Detail

      • fabric

        protected transient io.vertx.up.commune.exchange.DiFabric fabric
    • Constructor Detail

      • AbstractJob

        public AbstractJob()
    • Method Detail

      • dict

        protected io.vertx.up.commune.exchange.DiSetting dict()
      • mapping

        public io.vertx.up.commune.exchange.BiTree mapping()
        Specified by:
        mapping in interface Service
      • identity

        public io.vertx.up.commune.config.Identity identity()
        Specified by:
        identity in interface Service
      • rule

        public io.vertx.up.commune.rule.RuleUnique rule()
        Specified by:
        rule in interface Service
      • options

        public io.vertx.core.json.JsonObject options()
        Specified by:
        options in interface Service
      • service

        protected IService service()
      • mission

        protected abstract Mission mission()
      • database

        protected io.vertx.up.commune.config.Database database()
      • integration

        protected io.vertx.up.commune.config.Integration integration()
      • underway

        protected io.vertx.core.Future<Refer> underway​(String identifier)
      • logger

        protected io.vertx.up.log.Annal logger()