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

io.contek.invoker.hbdminverse.api.websocket.common.notification.NotificationWebSocketDataMessage Maven / Gradle / Ivy

package io.contek.invoker.hbdminverse.api.websocket.common.notification;

import javax.annotation.concurrent.NotThreadSafe;
import java.util.List;

@NotThreadSafe
public abstract class NotificationWebSocketDataMessage
    extends NotificationWebSocketChannelMessage {

  public List data;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy