Package graphql.execution
Class ExecutionId
java.lang.Object
graphql.execution.ExecutionId
This opaque identifier is used to identify a unique query execution
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ExecutionId
Create an identifier from the given stringstatic ExecutionId
generate()
Create an unique identifier from the given stringint
hashCode()
toString()
-
Method Details
-
generate
Create an unique identifier from the given string- Returns:
- a query execution identifier
-
from
Create an identifier from the given string- Parameters:
id
- the string to wrap- Returns:
- a query identifier
-
toString
-
equals
-
hashCode
public int hashCode()
-