Package io.openems.backend.b2bwebsocket
Class OnError
java.lang.Object
io.openems.backend.b2bwebsocket.OnError
- All Implemented Interfaces:
OnError
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OnError
-
-
Method Details
-
run
Description copied from interface:OnError
Handles a websocket error.- Specified by:
run
in interfaceOnError
- Parameters:
ws
- theWebSocket
ex
- theException
- Throws:
OpenemsException
- on error
-