Uses of Class
com.bybit.api.client.websocket.enums.Category
-
Packages that use Category Package Description com.bybit.api.client.websocket.enums com.bybit.api.client.websocket.impl -
-
Uses of Category in com.bybit.api.client.websocket.enums
Methods in com.bybit.api.client.websocket.enums that return Category Modifier and Type Method Description static CategoryCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static Category[]Category. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Category in com.bybit.api.client.websocket.impl
Methods in com.bybit.api.client.websocket.impl with parameters of type Category 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.
-