Interface ManagedProcessorAware


public interface ManagedProcessorAware
MBeans that manages a Processor such as all EIPs.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.camel.Processor
    Gets the processor
    void
    setProcessor(org.apache.camel.Processor processor)
    Sets the processor
  • Method Details

    • getProcessor

      org.apache.camel.Processor getProcessor()
      Gets the processor
    • setProcessor

      void setProcessor(org.apache.camel.Processor processor)
      Sets the processor