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 voidsendToAll(T message)voidsendToAllThat(T message, RecipientDeterminator recipientDeterminator)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)
-
sendToAllThat
public void sendToAllThat(T message, RecipientDeterminator recipientDeterminator)
-
-