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 TypeMethodDescriptionbooleanstatic ExecutionIdCreate an identifier from the given stringstatic ExecutionIdgenerate()Create an unique identifier from the given stringinthashCode()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()
-