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

io.github.mainstringargs.alpaca.websocket.message.UpdateMessage Maven / Gradle / Ivy

There is a newer version: 5.0.13
Show newest version
package io.github.mainstringargs.alpaca.websocket.message;

import io.github.mainstringargs.alpaca.enums.MessageType;

/**
 * The Interface UpdateMessage.
 */
public interface UpdateMessage {

  /**
   * Gets the message type.
   *
   * @return the message type
   */
  public MessageType getMessageType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy