Class PollProcessor

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.AsyncProcessorSupport
org.apache.camel.processor.PollEnricher
org.apache.camel.processor.PollProcessor
All Implemented Interfaces:
AutoCloseable, org.apache.camel.AsyncProcessor, org.apache.camel.CamelContextAware, org.apache.camel.Processor, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasCamelContext, org.apache.camel.spi.HasId, org.apache.camel.spi.IdAware, org.apache.camel.spi.RouteIdAware, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

public class PollProcessor extends PollEnricher
A simpler version of PollEnricher that is intended for polling from static endpoints, and which is easier and more tooling friendly to use.
  • Constructor Details

    • PollProcessor

      public PollProcessor(org.apache.camel.Expression expression, String uri, long timeout)