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

info.bitrich.xchangestream.coinjar.dto.CoinjarWebSocketUnsubscribeMessage Maven / Gradle / Ivy

The newest version!
package info.bitrich.xchangestream.coinjar.dto;

import com.fasterxml.jackson.annotation.JsonProperty;

public class CoinjarWebSocketUnsubscribeMessage {

  @JsonProperty("event")
  public final String event = "phx_leave";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy