Package org.apache.camel.spi
Interface ManagementInterceptStrategy.InstrumentationProcessor<T>
-
- All Superinterfaces:
AsyncProcessor,Ordered,Processor
- Enclosing interface:
- ManagementInterceptStrategy
public static interface ManagementInterceptStrategy.InstrumentationProcessor<T> extends AsyncProcessor, Ordered
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafter(Exchange exchange, T data)Tbefore(Exchange exchange)voidsetCounter(Object object)voidsetProcessor(Processor processor)-
Methods inherited from interface org.apache.camel.AsyncProcessor
process, processAsync
-
-