All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apollographql.subscription.message.CallbackMessageAction Maven / Gradle / Ivy

package com.apollographql.subscription.message;

import com.fasterxml.jackson.annotation.JsonProperty;

/** HTTP callback message type */
public enum CallbackMessageAction {
  @JsonProperty("check")
  CHECK,
  @JsonProperty("next")
  NEXT,
  @JsonProperty("complete")
  COMPLETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy