Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ack(Metadata) - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- addCrlPath(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- addCrlValue(Buffer) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- addEnabledCipherSuite(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- addEnabledSecureTransportProtocol(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- addNonProxyHost(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
C
- canConvert(Message<?>, Type) - Method in class io.smallrye.reactive.messaging.mqtt.converter.JsonObjectMessageConverter
- canConvert(Message<?>, Type) - Method in class io.smallrye.reactive.messaging.mqtt.converter.MqttMessageConverter
- canConvert(Message<?>, Type) - Method in class io.smallrye.reactive.messaging.mqtt.converter.StringMessageConverter
- clear() - Static method in class io.smallrye.reactive.messaging.mqtt.Clients
-
Remove all the stored clients.
- ClientHolder(MqttClientSession) - Constructor for class io.smallrye.reactive.messaging.mqtt.Clients.ClientHolder
- Clients - Class in io.smallrye.reactive.messaging.mqtt
- Clients.ClientHolder - Class in io.smallrye.reactive.messaging.mqtt
- close() - Method in class io.smallrye.reactive.messaging.mqtt.Clients.ClientHolder
- config - Variable in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
- config() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
- CONNECTED - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SessionState
-
The session is connected.
- CONNECTING - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SessionState
-
The session started to connect.
- ConstantReconnectDelayOptions - Class in io.smallrye.reactive.messaging.mqtt.session
- ConstantReconnectDelayOptions() - Constructor for class io.smallrye.reactive.messaging.mqtt.session.ConstantReconnectDelayOptions
- convert(Message<?>, Type) - Method in class io.smallrye.reactive.messaging.mqtt.converter.JsonObjectMessageConverter
- convert(Message<?>, Type) - Method in class io.smallrye.reactive.messaging.mqtt.converter.MqttMessageConverter
- convert(Message<?>, Type) - Method in class io.smallrye.reactive.messaging.mqtt.converter.StringMessageConverter
- copy() - Method in class io.smallrye.reactive.messaging.mqtt.session.ConstantReconnectDelayOptions
- copy() - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- copy() - Method in interface io.smallrye.reactive.messaging.mqtt.session.ReconnectDelayOptions
- create(Vertx, MqttClientSessionOptions) - Static method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Create a new MQTT client session.
- createClientFromBean(String) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- createClientFromBean(String) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
- createClientFromBean$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- createClientOptions(MqttConnectorCommonConfiguration, Instance<MqttClientSessionOptions>) - Static method in class io.smallrye.reactive.messaging.mqtt.internal.MqttHelpers
- createProvider() - Method in class io.smallrye.reactive.messaging.mqtt.session.ConstantReconnectDelayOptions
- createProvider() - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- createProvider() - Method in interface io.smallrye.reactive.messaging.mqtt.session.ReconnectDelayOptions
D
- destroy(Object) - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnector
- DISCONNECTED - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SessionState
-
The session is disconnected.
- DISCONNECTING - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SessionState
-
The session is in the process of an orderly disconnect.
E
- equals(Object) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SubscriptionEventImpl
- errorWhileSendingMessageToBroker(Throwable) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- errorWhileSendingMessageToBroker(Throwable) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
- errorWhileSendingMessageToBroker$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- escapeTopicSpecialWord(String) - Static method in class io.smallrye.reactive.messaging.mqtt.internal.MqttTopicHelper
-
Escape special words in topic
- ex - Static variable in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions
- exceptionHandler(Handler<Throwable>) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- exceptionHandler(Handler<Throwable>) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Sets handler which will be called in case of an exception
- ExponentialBackoffDelayOptions - Class in io.smallrye.reactive.messaging.mqtt.session
- ExponentialBackoffDelayOptions() - Constructor for class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
F
- FAIL - Enum constant in enum io.smallrye.reactive.messaging.mqtt.MqttFailureHandler.Strategy
- FAILED - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SubscriptionState
-
The topic could not be subscribed.
- from(String) - Static method in enum io.smallrye.reactive.messaging.mqtt.MqttFailureHandler.Strategy
G
- getAckWithMetadata() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- getAutoCleanSession() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the auto-clean-session value from the configuration.
- getAutoGeneratedClientId() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the auto-generated-client-id value from the configuration.
- getAutoKeepAlive() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the auto-keep-alive value from the configuration.
- getBroadcast() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorIncomingConfiguration
-
Gets the broadcast value from the configuration.
- getBufferSize() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorIncomingConfiguration
-
Gets the buffer-size value from the configuration.
- getCause() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SessionEventImpl
-
The (optional) cause of change.
- getCause() - Method in interface io.smallrye.reactive.messaging.mqtt.session.SessionEvent
- getChannel() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
- getClient() - Method in class io.smallrye.reactive.messaging.mqtt.Clients.ClientHolder
- getClientId() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the client-id value from the configuration.
- getClientOptionsName() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the client-options-name value from the configuration.
- getConnectTimeoutSeconds() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the connect-timeout-seconds value from the configuration.
- getDelay() - Method in class io.smallrye.reactive.messaging.mqtt.session.ConstantReconnectDelayOptions
- getFailureStrategy() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorIncomingConfiguration
-
Gets the failure-strategy value from the configuration.
- getFromAlias(String, Class<T>) - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Retrieves the value stored for the given alias.
- getFromAliasWithDefaultValue(String, Class<T>, T) - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Retrieves the value stored for the given alias.
- getHealthEnabled() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the health-enabled value from the configuration.
- getHost() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the host value from the configuration.
- getHostname() - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- getIncrement() - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- getKeepAliveSeconds() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the keep-alive-seconds value from the configuration.
- getLiveness() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnector
- getLoggingLocale() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- getLoggingLocale() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- getLoggingLocale() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttMessages_$bundle
- getMaximum() - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- getMaxInflightQueue() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the max-inflight-queue value from the configuration.
- getMaxMessageSize() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the max-message-size value from the configuration.
- getMerge() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorOutgoingConfiguration
-
Gets the merge value from the configuration.
- getMessage() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessageMetadata
- getMessageId() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- getMessageId() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- getMessageId() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessageMetadata
- getMessageId() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- getMetadata() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- getMetadata() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- getMinimum() - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- getNackWithMetadata() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- getPassword() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the password value from the configuration.
- getPayload() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- getPayload() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- getPort() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the port value from the configuration.
- getPort() - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- getPublisher(Config) - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnector
- getQos() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the qos value from the configuration.
- getQos() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SubscriptionEventImpl
-
The granted QoS level from the server.
- getQos() - Method in interface io.smallrye.reactive.messaging.mqtt.session.SubscriptionEvent
- getQosLevel() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- getQosLevel() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessageMetadata
- getQosLevel() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- getQosLevel() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessageMetadata
- getQosLevel() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- getQosLevel() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessageMetadata
- getReadiness() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnector
- getReconnectDelay() - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- getReconnectIntervalSeconds() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the reconnect-interval-seconds value from the configuration.
- getRetain() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorOutgoingConfiguration
-
Gets the retain value from the configuration.
- getServerName() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the server-name value from the configuration.
- getServerName() - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- getSessionState() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SessionEventImpl
-
The new state of the session.
- getSessionState() - Method in interface io.smallrye.reactive.messaging.mqtt.session.SessionEvent
- getSink() - Method in class io.smallrye.reactive.messaging.mqtt.MqttSink
- getSsl() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl value from the configuration.
- getSslHostnameVerificationAlgorithm() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl.hostname-verification-algorithm value from the configuration.
- getSslKeystoreLocation() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl.keystore.location value from the configuration.
- getSslKeystorePassword() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl.keystore.password value from the configuration.
- getSslKeystoreType() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl.keystore.type value from the configuration.
- getSslTruststoreLocation() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl.truststore.location value from the configuration.
- getSslTruststorePassword() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl.truststore.password value from the configuration.
- getSslTruststoreType() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the ssl.truststore.type value from the configuration.
- getStartup() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnector
- getState() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- getState() - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Get the current session state.
- getSubscriber(Config) - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnector
- getSubscriptionState() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SubscriptionEventImpl
-
The new subscription state.
- getSubscriptionState() - Method in interface io.smallrye.reactive.messaging.mqtt.session.SubscriptionEvent
- getSubscriptionState(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- getSubscriptionState(String) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Get a current subscription state.
- getTopic() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the topic value from the configuration.
- getTopic() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- getTopic() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessageMetadata
- getTopic() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- getTopic() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessageMetadata
- getTopic() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- getTopic() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessageMetadata
- getTopic() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SubscriptionEventImpl
-
The name of the topic this change refers to.
- getTopic() - Method in interface io.smallrye.reactive.messaging.mqtt.session.SubscriptionEvent
- getTrustAll() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the trust-all value from the configuration.
- getUnsubscribeOnDisconnection() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the unsubscribe-on-disconnection value from the configuration.
- getUsername() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the username value from the configuration.
- getWillFlag() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the will-flag value from the configuration.
- getWillQos() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the will-qos value from the configuration.
- getWillRetain() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Gets the will-retain value from the configuration.
H
- handle(Throwable) - Method in class io.smallrye.reactive.messaging.mqtt.MqttFailStop
- handle(Throwable) - Method in interface io.smallrye.reactive.messaging.mqtt.MqttFailureHandler
- handle(Throwable) - Method in class io.smallrye.reactive.messaging.mqtt.MqttIgnoreFailure
- hashCode() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SubscriptionEventImpl
I
- IGNORE - Enum constant in enum io.smallrye.reactive.messaging.mqtt.MqttFailureHandler.Strategy
- ignoringNoTopicSet() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- ignoringNoTopicSet() - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
- ignoringNoTopicSet$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- illegalArgumentInvalidQoS(int) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- illegalArgumentInvalidQoS(int) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions
- illegalArgumentInvalidQoS$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- illegalArgumentUnknownStrategy(String) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- illegalArgumentUnknownStrategy(String) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions
- illegalArgumentUnknownStrategy$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- illegalStateFindingBean(String, String) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- illegalStateFindingBean(String, String) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions
- illegalStateFindingBean$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- INSTANCE - Static variable in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- INSTANCE - Static variable in class io.smallrye.reactive.messaging.mqtt.i18n.MqttMessages_$bundle
- io.smallrye.reactive.messaging.mqtt - package io.smallrye.reactive.messaging.mqtt
- io.smallrye.reactive.messaging.mqtt.converter - package io.smallrye.reactive.messaging.mqtt.converter
- io.smallrye.reactive.messaging.mqtt.i18n - package io.smallrye.reactive.messaging.mqtt.i18n
- io.smallrye.reactive.messaging.mqtt.internal - package io.smallrye.reactive.messaging.mqtt.internal
- io.smallrye.reactive.messaging.mqtt.session - package io.smallrye.reactive.messaging.mqtt.session
- io.smallrye.reactive.messaging.mqtt.session.impl - package io.smallrye.reactive.messaging.mqtt.session.impl
- isAlive(HealthReport.HealthReportBuilder) - Method in class io.smallrye.reactive.messaging.mqtt.MqttSink
- isAlive(HealthReport.HealthReportBuilder) - Method in class io.smallrye.reactive.messaging.mqtt.MqttSource
- isConnected() - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Check if the session is currently connected.
- isDuplicate() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- isDuplicate() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- isDuplicate() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessageMetadata
- isDuplicate() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- isReady(HealthReport.HealthReportBuilder) - Method in class io.smallrye.reactive.messaging.mqtt.MqttSink
- isReady(HealthReport.HealthReportBuilder) - Method in class io.smallrye.reactive.messaging.mqtt.MqttSource
- isRetain() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- isRetain() - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessageMetadata
- isRetain() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- isRetain() - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessageMetadata
- isRetain() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessage
- isRetain() - Method in class io.smallrye.reactive.messaging.mqtt.SendingMqttMessageMetadata
- isStarted(HealthReport.HealthReportBuilder) - Method in class io.smallrye.reactive.messaging.mqtt.MqttSink
- isStarted(HealthReport.HealthReportBuilder) - Method in class io.smallrye.reactive.messaging.mqtt.MqttSource
- isUnsubscribeOnDisconnect() - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
J
- JsonObjectMessageConverter - Class in io.smallrye.reactive.messaging.mqtt.converter
- JsonObjectMessageConverter() - Constructor for class io.smallrye.reactive.messaging.mqtt.converter.JsonObjectMessageConverter
L
- log - Static variable in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
M
- matches(String, Pattern, MqttPublishMessage) - Static method in class io.smallrye.reactive.messaging.mqtt.internal.MqttTopicHelper
- messageHandler(Handler<MqttPublishMessage>) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- messageHandler(Handler<MqttPublishMessage>) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Sets handler which will be called each time server publish something to client
- messageNackedFailStop(String) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- messageNackedFailStop(String) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
- messageNackedFailStop$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- messageNackedFullIgnored(Throwable) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- messageNackedFullIgnored(Throwable) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
- messageNackedFullIgnored$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- messageNackedIgnore(String, String) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- messageNackedIgnore(String, String) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
- messageNackedIgnore$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- MqttClientSession - Interface in io.smallrye.reactive.messaging.mqtt.session
-
An MQTT client session.
- MqttClientSessionImpl - Class in io.smallrye.reactive.messaging.mqtt.session.impl
- MqttClientSessionImpl(Vertx, MqttClientSessionOptions) - Constructor for class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
-
Create a new instance, which is not started.
- MqttClientSessionOptions - Class in io.smallrye.reactive.messaging.mqtt.session
- MqttClientSessionOptions() - Constructor for class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
-
Default constructor
- MqttClientSessionOptions(MqttClientSessionOptions) - Constructor for class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
-
Copy constructor
- MqttConnector - Class in io.smallrye.reactive.messaging.mqtt
- MqttConnector() - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttConnector
- MqttConnectorCommonConfiguration - Class in io.smallrye.reactive.messaging.mqtt
-
Extracts the common configuration for the
smallrye-mqttconnector. - MqttConnectorCommonConfiguration(Config) - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
-
Creates a new MqttConnectorCommonConfiguration.
- MqttConnectorIncomingConfiguration - Class in io.smallrye.reactive.messaging.mqtt
-
Extract the incoming configuration for the
smallrye-mqttconnector. - MqttConnectorIncomingConfiguration(Config) - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttConnectorIncomingConfiguration
-
Creates a new MqttConnectorIncomingConfiguration.
- MqttConnectorOutgoingConfiguration - Class in io.smallrye.reactive.messaging.mqtt
-
Extract the outgoing configuration for the
smallrye-mqttconnector. - MqttConnectorOutgoingConfiguration(Config) - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttConnectorOutgoingConfiguration
-
Creates a new MqttConnectorOutgoingConfiguration.
- MqttExceptions - Interface in io.smallrye.reactive.messaging.mqtt.i18n
-
Exceptions for MQTT Connector Assigned ID range is 17000-17099
- MqttExceptions_$bundle - Class in io.smallrye.reactive.messaging.mqtt.i18n
-
Warning this class consists of generated code.
- MqttExceptions_$bundle() - Constructor for class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- MqttFailStop - Class in io.smallrye.reactive.messaging.mqtt
- MqttFailStop(String) - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttFailStop
- MqttFailureHandler - Interface in io.smallrye.reactive.messaging.mqtt
- MqttFailureHandler.Strategy - Enum in io.smallrye.reactive.messaging.mqtt
- MqttHelpers - Class in io.smallrye.reactive.messaging.mqtt.internal
- MqttIgnoreFailure - Class in io.smallrye.reactive.messaging.mqtt
- MqttIgnoreFailure(String) - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttIgnoreFailure
- MqttLogging - Interface in io.smallrye.reactive.messaging.mqtt.i18n
-
Logging for MQTT Connector Assigned ID range is 17100-17199
- MqttLogging_$logger - Class in io.smallrye.reactive.messaging.mqtt.i18n
-
Warning this class consists of generated code.
- MqttLogging_$logger(Logger) - Constructor for class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- MqttMessage<T> - Interface in io.smallrye.reactive.messaging.mqtt
- MqttMessageConverter - Class in io.smallrye.reactive.messaging.mqtt.converter
- MqttMessageConverter() - Constructor for class io.smallrye.reactive.messaging.mqtt.converter.MqttMessageConverter
- MqttMessageMetadata - Interface in io.smallrye.reactive.messaging.mqtt
- MqttMessages - Interface in io.smallrye.reactive.messaging.mqtt.i18n
-
Messaging for MQTT Connector Assigned ID range is 17200-17299
- MqttMessages_$bundle - Class in io.smallrye.reactive.messaging.mqtt.i18n
-
Warning this class consists of generated code.
- MqttMessages_$bundle() - Constructor for class io.smallrye.reactive.messaging.mqtt.i18n.MqttMessages_$bundle
- MqttSink - Class in io.smallrye.reactive.messaging.mqtt
- MqttSink(Vertx, MqttConnectorOutgoingConfiguration, Instance<ClientCustomizer<MqttClientSessionOptions>>, Instance<MqttClientSessionOptions>) - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttSink
- MqttSource - Class in io.smallrye.reactive.messaging.mqtt
- MqttSource(Vertx, MqttConnectorIncomingConfiguration, Instance<ClientCustomizer<MqttClientSessionOptions>>, Instance<MqttClientSessionOptions>) - Constructor for class io.smallrye.reactive.messaging.mqtt.MqttSource
- MqttTopicHelper - Class in io.smallrye.reactive.messaging.mqtt.internal
- msg - Static variable in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttMessages
N
- nack(Throwable, Metadata) - Method in class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessage
- nextDelay() - Method in interface io.smallrye.reactive.messaging.mqtt.session.ReconnectDelayProvider
O
- of(SendingMqttMessageMetadata, T) - Static method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- of(SendingMqttMessageMetadata, T, Supplier<CompletionStage<Void>>) - Static method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- of(String, T) - Static method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- of(String, T, MqttQoS) - Static method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- of(String, T, MqttQoS, boolean) - Static method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- of(String, T, Supplier<CompletionStage<Void>>) - Static method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
- of(T) - Static method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
P
- publish(String, Buffer, MqttQoS) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Sends the PUBLISH message to the remote MQTT server
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- publish(String, Buffer, MqttQoS, boolean, boolean) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Sends the PUBLISH message to the remote MQTT server
- publishCompletionExpirationHandler(Handler<Integer>) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- publishCompletionExpirationHandler(Handler<Integer>) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Set the publish completion expiration handler.
- publishCompletionHandler(Handler<Integer>) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- publishCompletionHandler(Handler<Integer>) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Set the publish complete handler.
- publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Set the publish completion unknown packet id handler.
Q
- QOS_0 - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
- QOS_1 - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
R
- readResolve() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttExceptions_$bundle
- readResolve() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttMessages_$bundle
- rebuildMatchesWithSharedSubscription(String) - Static method in class io.smallrye.reactive.messaging.mqtt.internal.MqttHelpers
-
If topic starts with shared subscription like `$share/group/....` we need to remove it `$share/group/` prefix
- ReceivingMqttMessage - Class in io.smallrye.reactive.messaging.mqtt
- ReceivingMqttMessageMetadata - Class in io.smallrye.reactive.messaging.mqtt
-
Used to represent MQTT metadata of an incoming message.
- ReceivingMqttMessageMetadata(MqttPublishMessage) - Constructor for class io.smallrye.reactive.messaging.mqtt.ReceivingMqttMessageMetadata
- ReconnectDelayOptions - Interface in io.smallrye.reactive.messaging.mqtt.session
- ReconnectDelayProvider - Interface in io.smallrye.reactive.messaging.mqtt.session
- removeEnabledCipherSuite(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- removeEnabledSecureTransportProtocol(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- RequestedQoS - Enum in io.smallrye.reactive.messaging.mqtt.session
-
The requested QoS level.
- reset() - Method in interface io.smallrye.reactive.messaging.mqtt.session.ReconnectDelayProvider
S
- SendingMqttMessage<T> - Class in io.smallrye.reactive.messaging.mqtt
- SendingMqttMessageMetadata - Class in io.smallrye.reactive.messaging.mqtt
-
Used to represent MQTT metadata in on outgoing message.
- SendingMqttMessageMetadata(String, MqttQoS, boolean) - Constructor for class io.smallrye.reactive.messaging.mqtt.SendingMqttMessageMetadata
- SessionEvent - Interface in io.smallrye.reactive.messaging.mqtt.session
- SessionEventImpl - Class in io.smallrye.reactive.messaging.mqtt.session.impl
-
An event of a session state change.
- SessionEventImpl(SessionState, Throwable) - Constructor for class io.smallrye.reactive.messaging.mqtt.session.impl.SessionEventImpl
- SessionState - Enum in io.smallrye.reactive.messaging.mqtt.session
-
The state of the session.
- sessionStateHandler(Handler<SessionEvent>) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- sessionStateHandler(Handler<SessionEvent>) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Set the session state handler.
- setAckTimeout(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setActivityLogDataFormat(ByteBufFormat) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setApplicationLayerProtocols(List<String>) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setAutoGeneratedClientId(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setAutoKeepAlive(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setCleanSession(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setClientId(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setConnectTimeout(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setDelay(Duration) - Method in class io.smallrye.reactive.messaging.mqtt.session.ConstantReconnectDelayOptions
- setEnabledSecureTransportProtocols(Set<String>) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setHostname(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setHostnameVerificationAlgorithm(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setIdleTimeout(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setIdleTimeoutUnit(TimeUnit) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setIncrement(Duration) - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setKeepAliveInterval(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setKeyCertOptions(KeyCertOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setKeyStoreOptions(JksOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setLocalAddress(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setLogActivity(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setMaximum(Duration) - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- setMaxInflightQueue(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setMaxMessageSize(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setMetricsName(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setMinimum(Duration) - Method in class io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
- setNonProxyHosts(List<String>) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setPassword(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setPemTrustOptions(PemTrustOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setPfxKeyCertOptions(PfxOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setPfxTrustOptions(PfxOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setPort(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setProxyOptions(ProxyOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setReadIdleTimeout(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setReceiveBufferSize(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setReconnectAttempts(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setReconnectDelay(ReconnectDelayOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setReconnectInterval(long) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setReuseAddress(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setReusePort(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setSendBufferSize(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setServerName(Optional<String>) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setSoLinger(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setSsl(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setSslEngineOptions(SSLEngineOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setSslHandshakeTimeout(long) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTcpCork(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTcpFastOpen(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTcpKeepAlive(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTcpNoDelay(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTcpQuickAck(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTcpUserTimeout(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTrafficClass(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTrustAll(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTrustOptions(TrustOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setTrustStoreOptions(JksOptions) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setUnsubscribeOnDisconnect(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setUseAlpn(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setUsername(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setWillFlag(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setWillMessage(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
-
Deprecated.
- setWillMessageBytes(Buffer) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setWillQoS(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setWillRetain(boolean) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setWillTopic(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- setWriteIdleTimeout(int) - Method in class io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
- start() - Method in class io.smallrye.reactive.messaging.mqtt.Clients.ClientHolder
- start() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- start() - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Start the session.
- stop() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- stop() - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Stop the session.
- stream() - Method in class io.smallrye.reactive.messaging.mqtt.Clients.ClientHolder
- StringMessageConverter - Class in io.smallrye.reactive.messaging.mqtt.converter
- StringMessageConverter() - Constructor for class io.smallrye.reactive.messaging.mqtt.converter.StringMessageConverter
- subscribe(String, RequestedQoS) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- subscribe(String, RequestedQoS) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Subscribes to a single topic with related QoS level.
- SUBSCRIBED - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SubscriptionState
-
The topic is subscribed.
- SUBSCRIBING - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SubscriptionState
-
The topic is in the process of subscribing.
- SubscriptionEvent - Interface in io.smallrye.reactive.messaging.mqtt.session
- SubscriptionEventImpl - Class in io.smallrye.reactive.messaging.mqtt.session.impl
-
An event of a subscription state change.
- SubscriptionEventImpl(String, SubscriptionState, Integer) - Constructor for class io.smallrye.reactive.messaging.mqtt.session.impl.SubscriptionEventImpl
- SubscriptionState - Enum in io.smallrye.reactive.messaging.mqtt.session
-
The state of a subscription.
- subscriptionStateHandler(Handler<SubscriptionEvent>) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- subscriptionStateHandler(Handler<SubscriptionEvent>) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Set the subscription state handler.
T
- toInteger() - Method in enum io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
- toString() - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.SubscriptionEventImpl
U
- unableToConnectToBroker(Throwable) - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- unableToConnectToBroker(Throwable) - Method in interface io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging
- unableToConnectToBroker$str() - Method in class io.smallrye.reactive.messaging.mqtt.i18n.MqttLogging_$logger
- unsubscribe(String) - Method in class io.smallrye.reactive.messaging.mqtt.session.impl.MqttClientSessionImpl
- unsubscribe(String) - Method in interface io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Unsubscribe from receiving messages on given topic
- UNSUBSCRIBED - Enum constant in enum io.smallrye.reactive.messaging.mqtt.session.SubscriptionState
-
The topic is not subscribed.
V
- validate() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorCommonConfiguration
- validate() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorIncomingConfiguration
- validate() - Method in class io.smallrye.reactive.messaging.mqtt.MqttConnectorOutgoingConfiguration
- valueOf(Integer) - Static method in enum io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.smallrye.reactive.messaging.mqtt.MqttFailureHandler.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.smallrye.reactive.messaging.mqtt.session.SessionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.smallrye.reactive.messaging.mqtt.session.SubscriptionState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.smallrye.reactive.messaging.mqtt.MqttFailureHandler.Strategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.smallrye.reactive.messaging.mqtt.session.SessionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.smallrye.reactive.messaging.mqtt.session.SubscriptionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withAck(Supplier<CompletionStage<Void>>) - Method in interface io.smallrye.reactive.messaging.mqtt.MqttMessage
All Classes and Interfaces|All Packages|Serialized Form