Uses of Interface
org.apache.camel.spi.CamelInternalProcessorAdvice
Packages that use CamelInternalProcessorAdvice
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of CamelInternalProcessorAdvice in org.apache.camel.spi
Methods in org.apache.camel.spi that return CamelInternalProcessorAdviceModifier and TypeMethodDescriptionInternalProcessorFactory.createAggregateBacklogTracerAdvice(CamelContext camelContext, NamedNode definition) Methods in org.apache.camel.spi with parameters of type CamelInternalProcessorAdviceModifier and TypeMethodDescriptionvoidInternalProcessor.addAdvice(CamelInternalProcessorAdvice<?> advice) Adds anCamelInternalProcessorAdviceadvice to the list of advices to execute by this internal processor.voidInternalProcessor.removeAdvice(CamelInternalProcessorAdvice<?> advice) Removes anCamelInternalProcessorAdviceadvice from the list of advices.