public interface SubscriptionManager extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
addSubscription(String sessionId,
Set<String> symbols,
String category,
Set<String> subTypes,
String depth,
Boolean overnightRequired) |
default void |
close() |
void |
removeSubscription(String sessionId,
Set<String> symbols,
String category,
Set<String> subTypes,
Boolean unsubscribeAll) |
void |
subscribeOnConnected(Consumer<Throwable> subscribeFailedFallback) |
void addSubscription(String sessionId, Set<String> symbols, String category, Set<String> subTypes, String depth, Boolean overnightRequired)
void removeSubscription(String sessionId, Set<String> symbols, String category, Set<String> subTypes, Boolean unsubscribeAll)
default void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2025 Webull. All rights reserved.