public class Olingo4Consumer extends org.apache.camel.support.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>
| Constructor and Description |
|---|
Olingo4Consumer(Olingo4Endpoint endpoint,
org.apache.camel.Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
interceptProperties(Map<String,Object> properties) |
void |
interceptResult(Object result,
org.apache.camel.Exchange resultExchange) |
protected int |
poll() |
Object |
splitResult(Object result) |
doInvokeMethod, interceptPropertyNames, isGreedy, isSplitResult, setSplitResultafterPoll, beforePoll, doBuild, doInit, doShutdown, doStart, doStop, doSuspend, getBackoffCounter, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getCounter, getDelay, getErrorCounter, getInitialDelay, getLastError, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getSuccessCounter, getTimeUnit, isPollAllowed, isPolling, isSchedulerStarted, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, onInit, processEmptyMessage, run, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRepeatCount, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelay, startSchedulercreateExchange, createUoW, defaultConsumerCallback, doneUoW, getAsyncProcessor, getEndpoint, getExceptionHandler, getHealthCheck, getProcessor, getRoute, getRouteId, handleException, handleException, releaseExchange, setExceptionHandler, setHealthCheck, setRoute, setRouteId, toStringbuild, doFail, doLifecycleChange, doResume, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHealthCheck, setHealthCheckpublic Olingo4Consumer(Olingo4Endpoint endpoint, org.apache.camel.Processor processor)
protected int poll()
throws Exception
poll in class org.apache.camel.support.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>Exceptionpublic void interceptProperties(Map<String,Object> properties)
interceptProperties in interface org.apache.camel.support.component.PropertiesInterceptorinterceptProperties in class org.apache.camel.support.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>public void interceptResult(Object result, org.apache.camel.Exchange resultExchange)
interceptResult in interface org.apache.camel.support.component.ResultInterceptorinterceptResult in class org.apache.camel.support.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>public Object splitResult(Object result)
splitResult in interface org.apache.camel.support.component.ResultInterceptorsplitResult in class org.apache.camel.support.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>Apache Camel