View Source Reactor.Step.AnonFn (reactor v0.10.1)

The built-in step for executing in-line DSL anonymous functions.

Options

  • run - a one or two arity function or MFA which will be called as the run function of the step.
  • compensate - a one to three arity function or MFA which will be called as the compensate function of the step. Optional.
  • undo - a one to three arity function or MFA which will be called as the undo function of this step. Optional.