Uses of Interface
com.bybit.api.client.websocket.api.WebSocketApiModule
-
Packages that use WebSocketApiModule Package Description com.bybit.api.client.websocket.api com.bybit.api.client.websocket.impl -
-
Uses of WebSocketApiModule in com.bybit.api.client.websocket.api
Classes in com.bybit.api.client.websocket.api that implement WebSocketApiModule Modifier and Type Class Description classWebSocketApiAuthAuthentication requestsclassWebSocketApiTradeTrading Requests -
Uses of WebSocketApiModule in com.bybit.api.client.websocket.impl
Methods in com.bybit.api.client.websocket.impl that return WebSocketApiModule Modifier and Type Method Description static WebSocketApiModuleWebSocketApiModuleFactory. build(Category category, WebSocketApiRequestHandler requestHandler)Build WebSocketApiModule for the given WebSocket API category if it does not exist yet.
-