Interface AsyncCallback


  • public interface AsyncCallback
    • Method Detail

      • done

        void done​(ProcessContext processContext)
        This method is invoked once the proccessor is done.
        If an exception occurred while processing the exchange, the exception field of the Service being processed will hold the caused exception.
        Parameters:
        processContext -