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 TypeMethodDescriptionvoidInternalProcessor.addAdvice(CamelInternalProcessorAdvice<?> advice) Adds anCamelInternalProcessorAdviceadvice to the list of advices to execute by this internal processor.