public class RequiresNewSagaProcessor extends SagaProcessor
camelContext, completionMode, sagaService, step| Constructor and Description |
|---|
RequiresNewSagaProcessor(org.apache.camel.CamelContext camelContext,
org.apache.camel.Processor childProcessor,
org.apache.camel.saga.CamelSagaService sagaService,
SagaCompletionMode completionMode,
org.apache.camel.saga.CamelSagaStep step) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
getCurrentSagaCoordinator, getId, getRouteId, getSagaService, getTraceLabel, handleSagaCompletion, ifNotException, ifNotException, setCurrentSagaCoordinator, setId, setRouteId, toStringdoShutdown, doStart, doStop, getProcessor, hasNext, next, setProcessor, setProcessorbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doSuspend, 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, waitpublic RequiresNewSagaProcessor(org.apache.camel.CamelContext camelContext,
org.apache.camel.Processor childProcessor,
org.apache.camel.saga.CamelSagaService sagaService,
SagaCompletionMode completionMode,
org.apache.camel.saga.CamelSagaStep step)
Apache Camel