Uses of Interface
org.apache.camel.PooledExchange.OnDoneTask
-
Packages that use PooledExchange.OnDoneTask Package Description org.apache.camel The core Camel API. -
-
Uses of PooledExchange.OnDoneTask in org.apache.camel
Methods in org.apache.camel with parameters of type PooledExchange.OnDoneTask Modifier and Type Method Description void
PooledExchange. onDone(PooledExchange.OnDoneTask task)
Registers a task to run when this exchange is done.
-