| 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.addHandler(QuotesSubsHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
PublishToMarketDataDecoder |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiSubscriptionManager |
class |
QuotesSubsLoggingHandler |
class |
QuotesSubsReconnectHandler |
| Modifier and Type | Method and Description |
|---|---|
default io.reactivex.Flowable<Object> |
MqttClientHandlerBinder.bindOnPublishes(QuotesSubsHandler handler,
io.reactivex.Flowable<Object> publishes) |
io.reactivex.Flowable<Object> |
MqttInboundHandlerBinder.bindOnPublishes(QuotesSubsHandler handler,
io.reactivex.Flowable<Object> publishes) |
default com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder |
MqttClientHandlerBinder.bindOnSession(QuotesSubsHandler handler,
ClientStateMachine state,
AuthProvider authProvider,
com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder builder) |
com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder |
MqttSessionHandlerBinder.bindOnSession(QuotesSubsHandler handler,
ClientStateMachine state,
AuthProvider authProvider,
com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder builder) |
Optional<MqttClientHandlerBinder> |
MqttClientHandlerBinderRegistry.get(QuotesSubsHandler handler) |
int |
MqttClientHandlerBinder.order(QuotesSubsHandler handler)
Get the bind order of the binder.
|
int |
MqttSessionHandlerBinder.order(QuotesSubsHandler handler) |
int |
MqttInboundHandlerBinder.order(QuotesSubsHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
IDataStreamingClientBuilder |
IDataStreamingClientBuilder.addHandler(QuotesSubsHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInboundDecoder<I,O> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuotesSubsInboundHandler
A handler to handler inbound messages.
|
interface |
QuotesSubsSessionHandler
A handler to handle mqtt connection session.
|
Copyright © 2025 Webull. All rights reserved.