org.apache.camel.component.atom
Class AtomConsumerSupport
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer<E>
org.apache.camel.impl.ScheduledPollConsumer<Exchange>
org.apache.camel.component.atom.AtomConsumerSupport
- All Implemented Interfaces:
- Runnable, Consumer<Exchange>, Service
- Direct Known Subclasses:
- AtomPollingConsumer
public abstract class AtomConsumerSupport
- extends ScheduledPollConsumer<Exchange>
Base class for consuming Atom feeds.
| Methods inherited from class org.apache.camel.impl.ScheduledPollConsumer |
doStart, doStop, getDelay, getInitialDelay, getTimeUnit, isUseFixedDelay, poll, run, setDelay, setInitialDelay, setTimeUnit, setUseFixedDelay |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
DEFAULT_CONSUMER_DELAY
public static final long DEFAULT_CONSUMER_DELAY
- See Also:
- Constant Field Values
endpoint
protected final AtomEndpoint endpoint
AtomConsumerSupport
public AtomConsumerSupport(AtomEndpoint endpoint,
Processor processor)
Copyright © 2009 Apache Software Foundation. All Rights Reserved.