Package io.vertx.tp.jet.atom
Class JtJob
- java.lang.Object
-
- io.vertx.tp.jet.atom.JtCommercial
-
- io.vertx.tp.jet.atom.JtJob
-
- All Implemented Interfaces:
Commercial,Json,Service,ServiceDefinition
public class JtJob extends JtCommercial
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromJson(io.vertx.core.json.JsonObject data)Stringkey()io.vertx.core.json.JsonObjectoptions()MissiontoJob()io.vertx.core.json.JsonObjecttoJson()-
Methods inherited from class io.vertx.tp.jet.atom.JtCommercial
app, bind, bind, bind, businessComponent, channelComponent, channelType, database, dict, equals, getApp, getConfig, hashCode, identifier, identity, integration, mapping, recordComponent, rule, service
-
-
-
-
Method Detail
-
options
public io.vertx.core.json.JsonObject options()
-
key
public String key()
- Specified by:
keyin classJtCommercial
-
toJson
public io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceJson- Overrides:
toJsonin classJtCommercial
-
fromJson
public void fromJson(io.vertx.core.json.JsonObject data)
- Specified by:
fromJsonin interfaceJson- Overrides:
fromJsonin classJtCommercial
-
toJob
public Mission toJob()
-
-