public static interface ExchangeCompletionListener.NextListener
Modifier and Type | Method and Description |
---|---|
void | proceed() Invokes the next listener . |
void proceed()
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.Copyright © 2020 JBoss by Red Hat. All rights reserved.