Class ManagedMulticast

  • All Implemented Interfaces:
    org.apache.camel.api.management.ManagedInstance, org.apache.camel.api.management.mbean.ManagedCounterMBean, org.apache.camel.api.management.mbean.ManagedMulticastMBean, org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean, org.apache.camel.api.management.mbean.ManagedProcessorMBean, PerformanceCounter
    Direct Known Subclasses:
    ManagedSplitter

    @ManagedResource(description="Managed Multicast")
    public class ManagedMulticast
    extends ManagedProcessor
    implements org.apache.camel.api.management.mbean.ManagedMulticastMBean
    • Constructor Detail

      • ManagedMulticast

        public ManagedMulticast​(org.apache.camel.CamelContext context,
                                org.apache.camel.processor.MulticastProcessor processor,
                                org.apache.camel.model.ProcessorDefinition<?> definition)
    • Method Detail

      • isParallelAggregate

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

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

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

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

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

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