Expand description
Divert composition for route interception (advice-route-interception).
A divert sends a copy of the exchange to an interception target and then
feeds the original exchange to the real producer. The copy stage is a
public WireTapService; the real stage is any BoxProcessor.
Functionsยง
- compose_
divert - Compose a divert from a copy stage and a real producer.