Class ManagedPollEnricher

All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance, org.apache.camel.api.management.mbean.ManagedCounterMBean, org.apache.camel.api.management.mbean.ManagedExtendedInformation, org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean, org.apache.camel.api.management.mbean.ManagedPollEnricherMBean, org.apache.camel.api.management.mbean.ManagedProcessorMBean, PerformanceCounter

@ManagedResource(description="Managed PollEnricher") public class ManagedPollEnricher extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedPollEnricherMBean
  • Constructor Details

    • ManagedPollEnricher

      public ManagedPollEnricher(org.apache.camel.CamelContext context, org.apache.camel.processor.PollEnricher processor, org.apache.camel.model.PollEnrichDefinition definition)
  • Method Details

    • init

      public void init(org.apache.camel.spi.ManagementStrategy strategy)
      Overrides:
      init in class ManagedProcessor
    • reset

      public void reset()
      Specified by:
      reset in interface org.apache.camel.api.management.mbean.ManagedCounterMBean
      Overrides:
      reset in class ManagedPerformanceCounter
    • getSupportExtendedInformation

      Specified by:
      getSupportExtendedInformation in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      Overrides:
      getSupportExtendedInformation in class ManagedProcessor
    • getDefinition

      public org.apache.camel.model.PollEnrichDefinition getDefinition()
      Overrides:
      getDefinition in class ManagedProcessor
    • getProcessor

      public org.apache.camel.processor.PollEnricher getProcessor()
      Overrides:
      getProcessor in class ManagedProcessor
    • getExpressionLanguage

      Specified by:
      getExpressionLanguage in interface org.apache.camel.api.management.mbean.ManagedPollEnricherMBean
    • getExpression

      Specified by:
      getExpression in interface org.apache.camel.api.management.mbean.ManagedPollEnricherMBean
    • getTimeout

      public Long getTimeout()
      Specified by:
      getTimeout in interface org.apache.camel.api.management.mbean.ManagedPollEnricherMBean
    • getCacheSize

      Specified by:
      getCacheSize in interface org.apache.camel.api.management.mbean.ManagedPollEnricherMBean
    • isIgnoreInvalidEndpoint

      Specified by:
      isIgnoreInvalidEndpoint in interface org.apache.camel.api.management.mbean.ManagedPollEnricherMBean
    • isAggregateOnException

      Specified by:
      isAggregateOnException in interface org.apache.camel.api.management.mbean.ManagedPollEnricherMBean
    • extendedInformation

      Specified by:
      extendedInformation in interface org.apache.camel.api.management.mbean.ManagedExtendedInformation
      Specified by:
      extendedInformation in interface org.apache.camel.api.management.mbean.ManagedPollEnricherMBean