Package com.networknt.graphql.common
Class GraphqlConstants.GraphqlSubscriptionConstants
- java.lang.Object
-
- com.networknt.graphql.common.GraphqlConstants.GraphqlSubscriptionConstants
-
- Enclosing class:
- GraphqlConstants
public static class GraphqlConstants.GraphqlSubscriptionConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringGQL_COMPLETEstatic StringGQL_CONNECTION_ACKstatic StringGQL_CONNECTION_ERRORstatic StringGQL_CONNECTION_INITstatic StringGQL_CONNECTION_KEEP_ALIVEstatic StringGQL_CONNECTION_TERMINATEstatic StringGQL_DATAstatic StringGQL_ERRORstatic StringGQL_STARTstatic StringGQL_STOPstatic StringGRAPHQL_OP_ID_KEYstatic StringGRAPHQL_REQ_TYPE_KEYstatic StringINITstatic StringINIT_FAILstatic StringINIT_SUCCESSstatic StringKEEP_ALIVEstatic StringSUBSCRIPTION_DATAstatic StringSUBSCRIPTION_ENDstatic StringSUBSCRIPTION_FAILstatic StringSUBSCRIPTION_STARTstatic StringSUBSCRIPTION_SUCCESS
-
Constructor Summary
Constructors Constructor Description GraphqlSubscriptionConstants()
-
-
-
Field Detail
-
GRAPHQL_REQ_TYPE_KEY
public static final String GRAPHQL_REQ_TYPE_KEY
- See Also:
- Constant Field Values
-
GRAPHQL_OP_ID_KEY
public static final String GRAPHQL_OP_ID_KEY
- See Also:
- Constant Field Values
-
GQL_CONNECTION_INIT
public static final String GQL_CONNECTION_INIT
- See Also:
- Constant Field Values
-
GQL_CONNECTION_ACK
public static final String GQL_CONNECTION_ACK
- See Also:
- Constant Field Values
-
GQL_CONNECTION_ERROR
public static final String GQL_CONNECTION_ERROR
- See Also:
- Constant Field Values
-
GQL_CONNECTION_KEEP_ALIVE
public static final String GQL_CONNECTION_KEEP_ALIVE
- See Also:
- Constant Field Values
-
GQL_CONNECTION_TERMINATE
public static final String GQL_CONNECTION_TERMINATE
- See Also:
- Constant Field Values
-
GQL_START
public static final String GQL_START
- See Also:
- Constant Field Values
-
GQL_DATA
public static final String GQL_DATA
- See Also:
- Constant Field Values
-
GQL_ERROR
public static final String GQL_ERROR
- See Also:
- Constant Field Values
-
GQL_COMPLETE
public static final String GQL_COMPLETE
- See Also:
- Constant Field Values
-
GQL_STOP
public static final String GQL_STOP
- See Also:
- Constant Field Values
-
SUBSCRIPTION_START
public static final String SUBSCRIPTION_START
- See Also:
- Constant Field Values
-
SUBSCRIPTION_DATA
public static final String SUBSCRIPTION_DATA
- See Also:
- Constant Field Values
-
SUBSCRIPTION_SUCCESS
public static final String SUBSCRIPTION_SUCCESS
- See Also:
- Constant Field Values
-
SUBSCRIPTION_FAIL
public static final String SUBSCRIPTION_FAIL
- See Also:
- Constant Field Values
-
SUBSCRIPTION_END
public static final String SUBSCRIPTION_END
- See Also:
- Constant Field Values
-
INIT
public static final String INIT
- See Also:
- Constant Field Values
-
INIT_SUCCESS
public static final String INIT_SUCCESS
- See Also:
- Constant Field Values
-
INIT_FAIL
public static final String INIT_FAIL
- See Also:
- Constant Field Values
-
KEEP_ALIVE
public static final String KEEP_ALIVE
- See Also:
- Constant Field Values
-
-