Class ResumableCompletion
java.lang.Object
org.apache.camel.processor.resume.ResumableCompletion
- All Implemented Interfaces:
org.apache.camel.spi.Synchronization
-
Constructor Summary
ConstructorsConstructorDescriptionResumableCompletion(org.apache.camel.resume.ResumeStrategy resumeStrategy, org.apache.camel.LoggingLevel loggingLevel, boolean intermittent) -
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(org.apache.camel.Exchange exchange) voidonFailure(org.apache.camel.Exchange exchange) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.Synchronization
getRouteSynchronization
-
Constructor Details
-
ResumableCompletion
public ResumableCompletion(org.apache.camel.resume.ResumeStrategy resumeStrategy, org.apache.camel.LoggingLevel loggingLevel, boolean intermittent)
-
-
Method Details
-
onComplete
public void onComplete(org.apache.camel.Exchange exchange) - Specified by:
onCompletein interfaceorg.apache.camel.spi.Synchronization
-
onFailure
public void onFailure(org.apache.camel.Exchange exchange) - Specified by:
onFailurein interfaceorg.apache.camel.spi.Synchronization
-