Interface Synchronization

    • Method Detail

      • onComplete

        void onComplete​(Exchange exchange)
        Called when the processing of the message exchange is complete
        Parameters:
        exchange - the exchange being processed
      • onFailure

        void onFailure​(Exchange exchange)
        Called when the processing of the message exchange has failed for some reason. The exception which caused the problem is in Exchange.getException().
        Parameters:
        exchange - the exchange being processed