Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Delayed Response Operator Wait Strategy

Christian Kreutzfeldt edited this page Apr 21, 2015 · 2 revisions

The DelayedResponseOperatorWaitStrategy interface must be implemented by all classes that contribute a new wait strategy for awaiting output from delayed response oeprators. It gets notified for each incoming message and must signal the assigned DelayedResponseCollector to retrieve the contents from the operator.

To get more in-depth insight please take a look at both existing implementations included in the framework distribution:

Clone this wiki locally