Interface To<T>
-
public interface To<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TtoAllWebSockets()default TtoWebSocketsTaggedWith(String tag)TtoWebSocketsThat(WebSocketForEventFilter filter)
-
-
-
Method Detail
-
toAllWebSockets
default T toAllWebSockets()
-
toWebSocketsThat
T toWebSocketsThat(WebSocketForEventFilter filter)
-
-