Uses of Class
com.binance.connector.client.common.websocket.service.StreamBlockingQueue
Packages that use StreamBlockingQueue
Package
Description
-
Uses of StreamBlockingQueue in com.binance.connector.client.common.websocket.adapter.stream
Methods in com.binance.connector.client.common.websocket.adapter.stream that return types with arguments of type StreamBlockingQueueModifier and TypeMethodDescriptionStreamConnectionInterface.subscribe
(RequestWrapperDTO<Set<String>, Object> requestWrapperDTO) StreamConnectionPoolWrapper.subscribe
(RequestWrapperDTO<Set<String>, Object> requestWrapperDTO) StreamConnectionWrapper.subscribe
(RequestWrapperDTO<Set<String>, Object> requestWrapperDTO) Methods in com.binance.connector.client.common.websocket.adapter.stream with parameters of type StreamBlockingQueueModifier and TypeMethodDescriptionvoid
StreamConnectionInterface.unsubscribe
(StreamBlockingQueue blockingQueueWrapper) void
StreamConnectionPoolWrapper.unsubscribe
(StreamBlockingQueue queue) void
StreamConnectionWrapper.unsubscribe
(StreamBlockingQueue queue) -
Uses of StreamBlockingQueue in com.binance.connector.client.common.websocket.service
Methods in com.binance.connector.client.common.websocket.service that return StreamBlockingQueueConstructors in com.binance.connector.client.common.websocket.service with parameters of type StreamBlockingQueueModifierConstructorDescriptionStreamBlockingQueueWrapper
(StreamBlockingQueue<String> innerQueue, com.google.gson.reflect.TypeToken<T> type)