@UriEndpoint(scheme="yammer",
consumerClass=YammerMessagePollingConsumer.class)
public class YammerEndpoint
extends org.apache.camel.impl.ScheduledPollEndpoint
| Constructor and Description |
|---|
YammerEndpoint() |
YammerEndpoint(String uri,
YammerComponent component) |
YammerEndpoint(String uri,
YammerComponent yammerComponent,
YammerConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
protected String |
createEndpointUri() |
org.apache.camel.Producer |
createProducer() |
YammerConfiguration |
getConfig() |
boolean |
isSingleton() |
void |
setConfig(YammerConfiguration config) |
configurePollingConsumer, configureProperties, configureScheduledPollConsumerPropertiesconfigureConsumer, createEndpointConfiguration, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic YammerEndpoint()
public YammerEndpoint(String uri, YammerComponent component)
public YammerEndpoint(String uri, YammerComponent yammerComponent, YammerConfiguration config)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public YammerConfiguration getConfig()
public void setConfig(YammerConfiguration config)
protected String createEndpointUri()
createEndpointUri in class org.apache.camel.impl.DefaultEndpointApache Camel