java.lang.Object
org.cometd.oort.OortService.Request
- Enclosing class:
OortService<R,
C>
Encapsulates a forwarded request.
- See Also:
-
Method Details
-
getData
- Returns:
- the request data
-
getDataAsMap
- Returns:
- the request data as a
Map<String, Object>
-
getOortURL
- Returns:
- the Oort URL of the requesting node
-
isLocal
public boolean isLocal()- Returns:
- whether the request is local to the current Oort node
-