public class CommitConsumer extends AbstractGitHubConsumer
Constructor and Description |
---|
CommitConsumer(GitHubEndpoint endpoint,
org.apache.camel.Processor processor,
String branchName,
String startingSha) |
Modifier and Type | Method and Description |
---|---|
protected void |
doInit() |
protected void |
doStart() |
protected void |
doStop() |
protected int |
poll() |
getRepository, getRepositoryService, initService
addLastErrorDetail, afterConfigureScheduler, afterPoll, beforePoll, doBuild, doShutdown, doSuspend, getBackoffCounter, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getCounter, getDelay, getErrorCounter, getInitialDelay, getLastError, getLastErrorDetails, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getSuccessCounter, getTimeUnit, isFirstPollDone, isGreedy, 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, startScheduler
createExchange, createUoW, defaultConsumerCallback, doneUoW, getAsyncProcessor, getEndpoint, getExceptionHandler, getHealthCheck, getProcessor, getRoute, getRouteId, handleException, handleException, releaseExchange, setExceptionHandler, setHealthCheck, setRoute, setRouteId, toString
build, doFail, doLifecycleChange, doResume, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHealthCheck, setHealthCheck
public CommitConsumer(GitHubEndpoint endpoint, org.apache.camel.Processor processor, String branchName, String startingSha) throws Exception
Exception
protected void doInit() throws Exception
doInit
in class org.apache.camel.support.ScheduledPollConsumer
Exception
protected void doStart() throws Exception
doStart
in class org.apache.camel.support.ScheduledPollConsumer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.support.ScheduledPollConsumer
Exception
protected int poll() throws Exception
poll
in class AbstractGitHubConsumer
Exception
Apache Camel