# Process Commands
# reactor
[PlaygroundProcess] reactor --help
Usage: reactor [details|update|createBookmark|deleteBookmark] [options] <args>...
Command: details [options] [<name>]
shows the details
-v, --verbose show the reacted and skipped events
<name> provide the reactor name
Command: update <name> <seqNo> [<step>]
update the reactor
<name> provide the reactor name
<seqNo> update the reactor till <seqNo>
<step> the step size (default 10000)
Command: createBookmark <name> <seqNoAt>
create a bookmark at <atSeqNo> for reactor <name>
<name> provide the reactor name
<seqNoAt> create the bookmark at the <seqNoAt>
Command: deleteBookmark <name>
delete the bookmark
<name> provide the reactor name
--help prints this usage text
[success] Total time: 3 s, completed 8 Aug, 2018 12:20:11 PM
- details
- update
- createBookmark
- deleteBookmark
# details [options] [name]
shows the details
- -v, --verbose show the reacted and skipped events
nameprovide the reactor name
# update name seqNo [step]
update the reactor
nameprovide the reactor nameseqNoupdate the reactor tillseqNostepthe step size (default 10000)
# createBookmark name seqNoAt
create a bookmark at atSeqNo for reactor name
nameprovide the reactor nameseqNoAtcreate the bookmark at theseqNoAt
# deleteBookmark name
delete the bookmark
nameprovide the reactor name