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

info.bitrich.xchangestream.gateio.dto.Event Maven / Gradle / Ivy

There is a newer version: 5.2.2
Show newest version
package info.bitrich.xchangestream.gateio.dto;

import com.fasterxml.jackson.annotation.JsonValue;
import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public enum Event {
  SUBSCRIBE("subscribe"),
  UNSUBSCRIBE("unsubscribe"),
  UPDATE("update");

  @JsonValue private final String value;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy