|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallTargetRetriever
Retrieves the target continuable for a call continuation.
This is used by the call/answer implementation in the
BasicContinuableRunner, but if you use a similar approach in case
you need to implement your own runner, then you can benefit from this
interface too.
| Method Summary | |
|---|---|
ContinuableObject |
getCallTarget(Object target,
CallState state)
Retrieves the continuable for a particular call continuation target and state. |
| Method Detail |
|---|
ContinuableObject getCallTarget(Object target,
CallState state)
target - the call continuation target that was provided as an
argument to the method call (see ContinuationConfigInstrument.getCallMethodArgumentTypes())state - the state of the call continuation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||