Package com.arangodb
Interface RequestContext
-
public interface RequestContext
Context holding information about the current request and response.
-
-
Field Summary
Fields Modifier and Type Field Description static RequestContext
EMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>
getStreamTransactionId()
-
-
-
Field Detail
-
EMPTY
static final RequestContext EMPTY
-
-