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

io.contek.invoker.coinbasepro.api.websocket.common.WebSocketMessage Maven / Gradle / Ivy

The newest version!
package io.contek.invoker.coinbasepro.api.websocket.common;

import io.contek.invoker.commons.api.websocket.AnyWebSocketMessage;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public abstract class WebSocketMessage extends AnyWebSocketMessage {

  public String type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy