Class ExecutionId
java.lang.Object
graphql.execution.ExecutionId
This opaque identifier is used to identify a unique query execution
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExecutionIdCreate an identifier from the given stringstatic ExecutionIdgenerate()Create an unique identifier from the given stringinthashCode()toString()
-
Field Details
-
id
-
-
Constructor Details
-
ExecutionId
-
-
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
-