| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiDowngradeHandler |
interface |
ApiInboundHandler |
| 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.addHandler(GrpcHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventLoggingHandler |
| Modifier and Type | Method and Description |
|---|---|
List<SubStreamObserver<Events.SubscribeResponse>> |
SubscribeHandlerProxyFactory.create(GrpcHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
List<SubStreamObserver<Events.SubscribeResponse>> |
SubscribeHandlerProxyFactory.create(List<GrpcHandler> handlers) |
| Modifier and Type | Method and Description |
|---|---|
ITradeEventClientBuilder |
ITradeEventClientBuilder.addHandler(GrpcHandler handler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubscribeInboundHandler |
interface |
SubscribeSysEventHandler |
| Constructor and Description |
|---|
BaseGrpcClient(String appKey,
String appSecret,
String host,
int port,
RetryPolicy retryPolicy,
boolean enableTls,
List<GrpcHandler> handlers,
HandlerProxyFactory<RespT> handlerProxyFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GrpcInboundHandler<T> |
interface |
GrpcSessionHandler |
| Modifier and Type | Method and Description |
|---|---|
List<SubStreamObserver<RespT>> |
HandlerProxyFactory.create(GrpcHandler handler) |
List<SubStreamObserver<RespT>> |
DefaultHandlerProxyFactory.create(GrpcHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
List<SubStreamObserver<RespT>> |
HandlerProxyFactory.create(List<GrpcHandler> handlers) |
List<SubStreamObserver<RespT>> |
DefaultHandlerProxyFactory.create(List<GrpcHandler> handlers) |
Copyright © 2025 Webull. All rights reserved.