View Source Reactor.Step.ComposeWrapper (reactor v0.3.0)

When doing run-time composition of Reactors we need to dynamically rewrite any dynamically emitted steps to have the correct namespace.

Yes, this gets hairy, fast.

This is dynamically injected into steps by Reactor.Step.Compose - you probably don't want to use this unless you're sure what you're doing.

options

Options

  • original - the original value of the Step's impl key.
  • prefix - a list of values to be placed in the name before the original value.