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 Detail

      • ManagedPollEnricher

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

      • 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
      • getExpressionLanguage

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

        public String 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

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

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

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

        public TabularData 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