Interface ExchangeCompletionListener.NextListener

Enclosing interface:
ExchangeCompletionListener

public static interface ExchangeCompletionListener.NextListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invokes the next listener.
  • Method Details

    • proceed

      void proceed()
      Invokes the next listener. This must be executed by every ExchangeCompletionListener implementation, and may be invoked from a different thread as a callback. Failure to proceed will cause resource leaks, and potentially cause requests to hang.