org.apache.camel.impl
Class PollingEndpoint<E extends Exchange>
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<E>
org.apache.camel.impl.PollingEndpoint<E>
- All Implemented Interfaces:
- Endpoint<E>
- Direct Known Subclasses:
- FileEndpoint
public abstract class PollingEndpoint<E extends Exchange>
- extends DefaultEndpoint<E>
A base class for Endpoint
which creates a PollingConsumer
- Version:
- $Revision: 1.1 $
Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
convertTo, createExchange, createExecutorService, equals, getComponent, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString |
PollingEndpoint
protected PollingEndpoint(String endpointUri,
Component component)
getConsumerProperties
public Map getConsumerProperties()
setConsumerProperties
public void setConsumerProperties(Map consumerProperties)
configureConsumer
protected void configureConsumer(Consumer<E> consumer)
configureProperties
public void configureProperties(Map options)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.