View Source Reactor.Step.ComposeWrapper (reactor v0.3.4)
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
original
- the original value of the Step'simpl
key.prefix
- a list of values to be placed in thename
before the original value.