Interface WebsocketSender<T extends ConnectionInformation>
-
- All Known Implementing Classes:
NonSerializableWebsocketSender
public interface WebsocketSender<T extends ConnectionInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisconnect(List<T> connectionInformations, BiConsumer<T,Throwable> onException)voidsend(String message, List<T> connectionInformations, BiConsumer<T,Throwable> onException)WebsocketSenderIdsenderId()
-
-
-
Method Detail
-
send
void send(String message, List<T> connectionInformations, BiConsumer<T,Throwable> onException)
-
senderId
WebsocketSenderId senderId()
-
disconnect
void disconnect(List<T> connectionInformations, BiConsumer<T,Throwable> onException)
-
-