Class SerializingSender<T>
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.broadcast.SerializingSender<T>
-
public final class SerializingSender<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description SerializingSender()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendTo(T message, WebsocketCriteria criteria)voidsendToAll(T message)static <T> SerializingSender<T>serializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders)
-
-
-
Method Detail
-
serializingSender
public static <T> SerializingSender<T> serializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders)
-
sendToAll
public void sendToAll(T message)
-
sendTo
public void sendTo(T message, WebsocketCriteria criteria)
-
-