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;
}