public interface MqttClientHandlerBinder
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_BIND_ORDER
A order value for not binding the handler.
|
| Modifier and Type | Method and Description |
|---|---|
default io.reactivex.Flowable<Object> |
bindOnPublishes(QuotesSubsHandler handler,
io.reactivex.Flowable<Object> publishes) |
default com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder |
bindOnSession(QuotesSubsHandler handler,
ClientStateMachine state,
AuthProvider authProvider,
com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder builder) |
int |
order(QuotesSubsHandler handler)
Get the bind order of the binder.
|
static final int NOT_BIND_ORDER
int order(QuotesSubsHandler handler)
NOT_BIND_ORDER for not binding the handler.default com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder bindOnSession(QuotesSubsHandler handler, ClientStateMachine state, AuthProvider authProvider, com.hivemq.client.mqtt.mqtt3.Mqtt3ClientBuilder builder)
default io.reactivex.Flowable<Object> bindOnPublishes(QuotesSubsHandler handler, io.reactivex.Flowable<Object> publishes)
Copyright © 2025 Webull. All rights reserved.