Spring Default Web Socket Client
Deprecated
The SpringDefaultWebSocketClient object is made redundant by the public adapter extension.asKrossbowWebSocketClient(), prefer using that instead.
Replace with
import org.springframework.web.socket.client.standard.StandardWebSocketClient
import org.hildan.krossbow.websocket.spring.asKrossbowWebSocketClient
Content copied to clipboard
StandardWebSocketClient().asKrossbowWebSocketClient()Content copied to clipboard