Class ResumableCompletion

  • All Implemented Interfaces:
    org.apache.camel.spi.Synchronization

    public class ResumableCompletion
    extends Object
    implements org.apache.camel.spi.Synchronization
    • Constructor Detail

      • ResumableCompletion

        public ResumableCompletion​(org.apache.camel.resume.ResumeStrategy resumeStrategy,
                                   org.apache.camel.LoggingLevel loggingLevel,
                                   boolean intermittent)
    • Method Detail

      • onComplete

        public void onComplete​(org.apache.camel.Exchange exchange)
        Specified by:
        onComplete in interface org.apache.camel.spi.Synchronization
      • onFailure

        public void onFailure​(org.apache.camel.Exchange exchange)
        Specified by:
        onFailure in interface org.apache.camel.spi.Synchronization