Package | Description |
---|---|
io.vertx.reactivex.ext.shell | |
io.vertx.reactivex.ext.shell.command | |
io.vertx.reactivex.ext.shell.system |
Class and Description |
---|
Job
A job executed in a
JobController , grouping one or several process.
The job life cycle can be controlled with the Job.run() , Job.resume() and Job.suspend() and Job.interrupt()
methods. |
JobController
The job controller.
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Class and Description |
---|
Process
A process managed by the shell.
|
Class and Description |
---|
Job
A job executed in a
JobController , grouping one or several process.
The job life cycle can be controlled with the Job.run() , Job.resume() and Job.suspend() and Job.interrupt()
methods. |
JobController
The job controller.
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Process
A process managed by the shell.
|
Copyright © 2021 Eclipse. All rights reserved.