# 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
  • name provide the reactor name

# update name seqNo [step]

update the reactor

  • name provide the reactor name
  • seqNo update the reactor till seqNo
  • step the step size (default 10000)

# createBookmark name seqNoAt

create a bookmark at atSeqNo for reactor name

  • name provide the reactor name
  • seqNoAt create the bookmark at the seqNoAt

# deleteBookmark name

delete the bookmark

  • name provide the reactor name