Uses of Class
nl.harm27.obswebsocket.api.requests.general.BroadcastCustomMessage.Response
-
Packages that use BroadcastCustomMessage.Response Package Description nl.harm27.obswebsocket.sender -
-
Uses of BroadcastCustomMessage.Response in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type BroadcastCustomMessage.Response Modifier and Type Method Description void
GeneralRequestSender. broadcastCustomMessage(String realm, Object data, Consumer<BroadcastCustomMessage.Response> responseConsumer)
Broadcast custom message to all connected WebSocket clients
-