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 with parameters of type CamelInternalProcessorAdviceModifier and TypeMethodDescriptionvoid
InternalProcessor.addAdvice
(CamelInternalProcessorAdvice<?> advice) Adds anCamelInternalProcessorAdvice
advice to the list of advices to execute by this internal processor.