View Source Reactor.Step.ComposeWrapper (reactor v0.10.1)
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.
Options
original
- the original value of the Step'simpl
key.prefix
- a list of values to be placed in thename
before the original value.
Tip
This is dynamically injected into steps by
Reactor.Step.Compose
.Most likely you will never need to use this step directly.