| Constructor and Description |
|---|
SynchronousHttpRetryable(Supplier<HttpResponse> doRetry,
RetryPolicy retryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicy |
RetryPolicy.never() |
| Constructor and Description |
|---|
SynchronousRetryable(Supplier<T> doRetry,
RetryPolicy retryPolicy) |
| Constructor and Description |
|---|
DataStreamingClient(String host,
int port,
boolean enableTls,
RetryPolicy retryPolicy,
AuthProvider authProvider,
SubscriptionManager subscriptionManager,
LinkedList<QuotesSubsHandler> handlers,
long connectTimeoutMillis,
long readTimeoutMillis,
ProxyConfig proxyConfig) |
| Modifier and Type | Method and Description |
|---|---|
IDataStreamingClientBuilder |
DataStreamingClientBuilder.reconnectBy(RetryPolicy retryPolicy) |
| Constructor and Description |
|---|
ApiSubscriptionManager(IMarketStreamingClient apiClient,
RetryPolicy retryPolicy) |
ApiSubscriptionManager(IMarketStreamingClient apiClient,
RetryPolicy retryPolicy,
Set<String> symbols,
String category,
Set<String> subTypes,
String depth,
Boolean overnightRequired) |
QuotesSubsReconnectHandler(String appKey,
AuthProvider authProvider,
RetryPolicy retryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
IDataStreamingClientBuilder |
IDataStreamingClientBuilder.reconnectBy(RetryPolicy retryPolicy) |
| Constructor and Description |
|---|
TradeEventClient(String appKey,
String appSecret,
String host,
int port,
RetryPolicy retryPolicy,
boolean enableTls,
List<GrpcHandler> handlers) |
TradeEventClient(String appKey,
String appSecret,
String host,
int port,
RetryPolicy retryPolicy,
boolean enableTls,
List<GrpcHandler> handlers,
HandlerProxyFactory<Events.SubscribeResponse> handlerProxyFactory) |
| Modifier and Type | Method and Description |
|---|---|
ITradeEventClientBuilder |
ITradeEventClientBuilder.reconnectBy(RetryPolicy retryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
ITradeEventClientBuilder |
ITradeEventClientBuilder.reconnectBy(RetryPolicy retryPolicy) |
| Modifier and Type | Field and Description |
|---|---|
protected RetryPolicy |
BaseGrpcClient.retryPolicy |
| Constructor and Description |
|---|
BaseGrpcClient(String appKey,
String appSecret,
String host,
int port,
RetryPolicy retryPolicy,
boolean enableTls) |
BaseGrpcClient(String appKey,
String appSecret,
String host,
int port,
RetryPolicy retryPolicy,
boolean enableTls,
List<GrpcHandler> handlers,
HandlerProxyFactory<RespT> handlerProxyFactory) |
| Constructor and Description |
|---|
SynchronousGrpcRetryable(Supplier<Object> doRetry,
RetryPolicy retryPolicy) |
Copyright © 2025 Webull. All rights reserved.