public class AsyncContext extends Object implements Serializable
| Constructor and Description |
|---|
AsyncContext(String sessionId,
List<org.granite.tide.invocation.ContextResult> results) |
| Modifier and Type | Method and Description |
|---|---|
Identity |
getIdentity() |
List<org.granite.tide.invocation.ContextResult> |
getResults() |
String |
getSessionId() |
public AsyncContext(String sessionId, List<org.granite.tide.invocation.ContextResult> results)
public Identity getIdentity()
public String getSessionId()
public List<org.granite.tide.invocation.ContextResult> getResults()