Skip to main content

Module intercept_compose

Module intercept_compose 

Source
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.