Uses of Class
com.binance.connector.client.common.websocket.service.StreamBlockingQueueWrapper
Packages that use StreamBlockingQueueWrapper
Package
Description
-
Uses of StreamBlockingQueueWrapper in com.binance.connector.client.common.websocket.adapter.stream
Methods in com.binance.connector.client.common.websocket.adapter.stream with parameters of type StreamBlockingQueueWrapperModifier and TypeMethodDescriptionvoid
StreamConnectionInterface.unsubscribe
(StreamBlockingQueueWrapper queue) void
StreamConnectionPoolWrapper.unsubscribe
(StreamBlockingQueueWrapper queue) void
StreamConnectionWrapper.unsubscribe
(StreamBlockingQueueWrapper blockingQueueWrapper) -
Uses of StreamBlockingQueueWrapper in com.binance.connector.client.common.websocket.dtos
Methods in com.binance.connector.client.common.websocket.dtos that return StreamBlockingQueueWrapperConstructors in com.binance.connector.client.common.websocket.dtos with parameters of type StreamBlockingQueueWrapperModifierConstructorDescriptionStreamResponse
(CompletableFuture<T> response, StreamBlockingQueueWrapper<U> stream)