public class Continuation<RESPONSE_TYPE> extends RP<RESPONSE_TYPE>
| Constructor and Description |
|---|
Continuation(TargetActor targetActor,
RP _rp) |
| Modifier and Type | Method and Description |
|---|---|
void |
processResponse(Object rsp)
Receives and processes a response.
|
void |
response(JLPCActor currentActor,
Object rsp) |
public Continuation(TargetActor targetActor, RP _rp)
public void processResponse(Object rsp) throws Exception
RPprocessResponse in class RP<RESPONSE_TYPE>rsp - The response.Exception - Any uncaught exceptions raised when processing the response.Copyright © 2013. All Rights Reserved.