Interface ManagedProcessorAware
public interface ManagedProcessorAware
MBeans that manages a
Processor such as all EIPs.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ProcessorGets the processorvoidsetProcessor(org.apache.camel.Processor processor) Sets the processor
-
Method Details
-
getProcessor
org.apache.camel.Processor getProcessor()Gets the processor -
setProcessor
Sets the processor
-