public final class MqttInboundHandlerBinder extends Object implements MqttClientHandlerBinder
NOT_BIND_ORDER| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<Object> |
bindOnPublishes(QuotesSubsHandler handler,
io.reactivex.Flowable<Object> publishes) |
static MqttInboundHandlerBinder |
getInstance() |
int |
order(QuotesSubsHandler handler)
Get the bind order of the binder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindOnSessionpublic static MqttInboundHandlerBinder getInstance()
public int order(QuotesSubsHandler handler)
MqttClientHandlerBinderorder in interface MqttClientHandlerBinderMqttClientHandlerBinder.NOT_BIND_ORDER for not binding the handler.public io.reactivex.Flowable<Object> bindOnPublishes(QuotesSubsHandler handler, io.reactivex.Flowable<Object> publishes)
bindOnPublishes in interface MqttClientHandlerBinderCopyright © 2025 Webull. All rights reserved.