Class ManagedRecipientList

  • 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.ManagedProcessorMBean, org.apache.camel.api.management.mbean.ManagedRecipientListMBean, PerformanceCounter

    @ManagedResource(description="Managed RecipientList")
    public class ManagedRecipientList
    extends ManagedProcessor
    implements org.apache.camel.api.management.mbean.ManagedRecipientListMBean
    • Constructor Detail

      • ManagedRecipientList

        public ManagedRecipientList​(org.apache.camel.CamelContext context,
                                    org.apache.camel.processor.RecipientList processor,
                                    org.apache.camel.model.RecipientListDefinition 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.ManagedRecipientListMBean
      • getExpression

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

        public String getUriDelimiter()
        Specified by:
        getUriDelimiter in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
      • getCacheSize

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

        public Boolean isParallelAggregate()
        Specified by:
        isParallelAggregate in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
      • isParallelProcessing

        public Boolean isParallelProcessing()
        Specified by:
        isParallelProcessing in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
      • isStreaming

        public Boolean isStreaming()
        Specified by:
        isStreaming in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
      • isStopOnException

        public Boolean isStopOnException()
        Specified by:
        isStopOnException in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
      • isShareUnitOfWork

        public Boolean isShareUnitOfWork()
        Specified by:
        isShareUnitOfWork in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
      • getTimeout

        public Long getTimeout()
        Specified by:
        getTimeout in interface org.apache.camel.api.management.mbean.ManagedRecipientListMBean
      • 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.ManagedRecipientListMBean