From 9cad3a593a82271c60af1d6f5e3e06b689effce9 Mon Sep 17 00:00:00 2001 From: sdelamo Date: Wed, 2 Oct 2024 11:35:13 +0000 Subject: [PATCH] Deploying to gh-pages - 11:35:13 --- 3.4.1/api/allclasses-index.html | 380 ++ 3.4.1/api/allpackages-index.html | 137 + 3.4.1/api/constant-values.html | 130 + 3.4.1/api/element-list | 35 + 3.4.1/api/help-doc.html | 185 + 3.4.1/api/index-all.html | 1271 +++++++ 3.4.1/api/index.html | 139 + .../api/io/micronaut/mqtt/annotation/Id.html | 88 + .../mqtt/annotation/MqttSubscriber.html | 88 + .../api/io/micronaut/mqtt/annotation/Qos.html | 169 + .../micronaut/mqtt/annotation/Retained.html | 129 + .../io/micronaut/mqtt/annotation/Topic.html | 157 + .../io/micronaut/mqtt/annotation/Topics.html | 131 + .../mqtt/annotation/package-summary.html | 126 + .../mqtt/annotation/package-tree.html | 71 + .../mqtt/annotation/v3/MqttPublisher.html | 141 + .../mqtt/annotation/v3/package-summary.html | 98 + .../mqtt/annotation/v3/package-tree.html | 66 + .../mqtt/annotation/v5/MqttProperties.html | 131 + .../mqtt/annotation/v5/MqttProperty.html | 158 + .../mqtt/annotation/v5/MqttPublisher.html | 96 + .../mqtt/annotation/v5/package-summary.html | 106 + .../mqtt/annotation/v5/package-tree.html | 68 + .../mqtt/bind/AnnotatedMqttBinder.html | 145 + .../mqtt/bind/DefaultMqttBinderRegistry.html | 196 + .../mqtt/bind/FallbackMqttBinder.html | 111 + .../io/micronaut/mqtt/bind/MqttBinder.html | 174 + .../mqtt/bind/MqttBinderRegistry.html | 145 + .../mqtt/bind/MqttBindingContext.html | 284 ++ .../micronaut/mqtt/bind/TypedMqttBinder.html | 141 + .../mqtt/bind/impl/AcknowledgeMqttBinder.html | 227 ++ .../mqtt/bind/impl/DefaultMqttBinder.html | 215 ++ .../mqtt/bind/impl/IdMqttBinder.html | 227 ++ .../mqtt/bind/impl/PayloadMqttBinder.html | 227 ++ .../mqtt/bind/impl/QosMqttBinder.html | 227 ++ .../mqtt/bind/impl/RetainedMqttBinder.html | 227 ++ .../mqtt/bind/impl/TopicMqttBinder.html | 227 ++ .../mqtt/bind/impl/package-summary.html | 120 + .../mqtt/bind/impl/package-tree.html | 76 + .../micronaut/mqtt/bind/package-summary.html | 127 + .../io/micronaut/mqtt/bind/package-tree.html | 84 + .../mqtt/config/MqttConfiguration.html | 107 + .../config/MqttConfigurationProperties.html | 227 ++ .../mqtt/config/MqttSSLConfiguration.html | 198 + .../mqtt/config/package-summary.html | 98 + .../micronaut/mqtt/config/package-tree.html | 81 + ...DefaultMqttSubscriberExceptionHandler.html | 176 + .../mqtt/exception/MqttClientException.html | 166 + .../exception/MqttSubscriberException.html | 166 + .../MqttSubscriberExceptionHandler.html | 113 + .../mqtt/exception/package-summary.html | 102 + .../mqtt/exception/package-tree.html | 106 + .../mqtt/executor/MqttExecutorFactory.html | 134 + .../mqtt/executor/package-summary.html | 83 + .../micronaut/mqtt/executor/package-tree.html | 70 + .../mqtt/hivemq/bind/MqttMessage.html | 492 +++ .../mqtt/hivemq/bind/UserProperty.html | 189 + .../mqtt/hivemq/bind/package-summary.html | 96 + .../mqtt/hivemq/bind/package-tree.html | 71 + .../mqtt/hivemq/client/MqttClientAdapter.html | 176 + .../mqtt/hivemq/client/MqttClientFactory.html | 160 + .../client/health/MqttHealthIndicator.html | 218 ++ .../hivemq/client/health/package-summary.html | 102 + .../hivemq/client/health/package-tree.html | 70 + .../mqtt/hivemq/client/package-summary.html | 106 + .../mqtt/hivemq/client/package-tree.html | 67 + .../config/MqttClientConfiguration.html | 359 ++ .../mqtt/hivemq/config/package-summary.html | 91 + .../mqtt/hivemq/config/package-tree.html | 66 + .../intercept/MqttSubscriberAdvice.html | 201 ++ .../hivemq/intercept/package-summary.html | 91 + .../mqtt/hivemq/intercept/package-tree.html | 74 + .../mqtt/hivemq/ssl/CertificateReader.html | 138 + .../KeyManagerFactoryCreationException.html | 154 + .../mqtt/hivemq/ssl/PrivateKeyReader.html | 140 + .../TrustManagerFactoryCreationException.html | 150 + .../mqtt/hivemq/ssl/package-summary.html | 109 + .../mqtt/hivemq/ssl/package-tree.html | 85 + .../hivemq/v3/bind/MqttV3BindingContext.html | 377 ++ .../mqtt/hivemq/v3/bind/package-summary.html | 91 + .../mqtt/hivemq/v3/bind/package-tree.html | 70 + .../hivemq/v3/client/Mqtt3ClientAdapter.html | 233 ++ .../hivemq/v3/client/Mqtt3ClientFactory.html | 144 + .../hivemq/v3/client/package-summary.html | 95 + .../mqtt/hivemq/v3/client/package-tree.html | 71 + .../v3/config/Mqtt3ClientConfiguration.html | 142 + .../hivemq/v3/config/package-summary.html | 91 + .../mqtt/hivemq/v3/config/package-tree.html | 70 + .../v3/intercept/Mqtt3IntroductionAdvice.html | 271 ++ .../hivemq/v3/intercept/package-summary.html | 91 + .../hivemq/v3/intercept/package-tree.html | 74 + .../hivemq/v5/bind/MqttPropertyBinder.html | 232 ++ .../hivemq/v5/bind/MqttV5BindingContext.html | 377 ++ .../mqtt/hivemq/v5/bind/package-summary.html | 95 + .../mqtt/hivemq/v5/bind/package-tree.html | 71 + .../hivemq/v5/client/Mqtt5ClientAdapter.html | 234 ++ .../hivemq/v5/client/Mqtt5ClientFactory.html | 145 + .../hivemq/v5/client/package-summary.html | 95 + .../mqtt/hivemq/v5/client/package-tree.html | 71 + .../v5/config/Mqtt5ClientConfiguration.html | 233 ++ .../hivemq/v5/config/package-summary.html | 91 + .../mqtt/hivemq/v5/config/package-tree.html | 70 + .../v5/intercept/Mqtt5IntroductionAdvice.html | 272 ++ .../hivemq/v5/intercept/package-summary.html | 91 + .../hivemq/v5/intercept/package-tree.html | 74 + .../AbstractMqttIntroductionAdvice.html | 273 ++ .../AbstractMqttSubscriberAdvice.html | 229 ++ .../mqtt/intercept/package-summary.html | 89 + .../mqtt/intercept/package-tree.html | 71 + .../DefaultMqttPayloadSerDesRegistry.html | 191 + .../serdes/JavaLangMqttPayloadSerDes.html | 449 +++ .../mqtt/serdes/JsonMqttPayloadSerDes.html | 286 ++ .../mqtt/serdes/MqttPayloadSerDes.html | 208 ++ .../serdes/MqttPayloadSerDesRegistry.html | 152 + .../mqtt/serdes/package-summary.html | 114 + .../micronaut/mqtt/serdes/package-tree.html | 83 + .../ssl/MqttCertificateConfiguration.html | 260 ++ .../micronaut/mqtt/ssl/package-summary.html | 88 + .../io/micronaut/mqtt/ssl/package-tree.html | 70 + .../mqtt/v3/bind/MqttV3BindingContext.html | 351 ++ .../mqtt/v3/bind/package-summary.html | 83 + .../micronaut/mqtt/v3/bind/package-tree.html | 70 + .../mqtt/v3/client/MqttClientFactory.html | 134 + .../v3/client/health/MqttHealthIndicator.html | 225 ++ .../v3/client/health/package-summary.html | 94 + .../mqtt/v3/client/health/package-tree.html | 70 + .../mqtt/v3/client/package-summary.html | 94 + .../mqtt/v3/client/package-tree.html | 70 + .../MqttClientConfigurationProperties.html | 384 ++ .../mqtt/v3/config/package-summary.html | 83 + .../mqtt/v3/config/package-tree.html | 70 + .../v3/intercept/MqttIntroductionAdvice.html | 269 ++ .../v3/intercept/MqttSubscriberAdvice.html | 201 ++ .../mqtt/v3/intercept/package-summary.html | 87 + .../mqtt/v3/intercept/package-tree.html | 79 + .../mqtt/v5/bind/MqttPropertyBinder.html | 239 ++ .../mqtt/v5/bind/MqttV5BindingContext.html | 369 ++ .../mqtt/v5/bind/package-summary.html | 87 + .../micronaut/mqtt/v5/bind/package-tree.html | 71 + .../mqtt/v5/client/MqttClientFactory.html | 134 + .../v5/client/health/MqttHealthIndicator.html | 225 ++ .../v5/client/health/package-summary.html | 94 + .../mqtt/v5/client/health/package-tree.html | 70 + .../mqtt/v5/client/package-summary.html | 94 + .../mqtt/v5/client/package-tree.html | 70 + .../MqttClientConfigurationProperties.html | 358 ++ .../mqtt/v5/config/package-summary.html | 83 + .../mqtt/v5/config/package-tree.html | 70 + .../v5/intercept/MqttIntroductionAdvice.html | 269 ++ .../v5/intercept/MqttSubscriberAdvice.html | 201 ++ .../mqtt/v5/intercept/package-summary.html | 87 + .../mqtt/v5/intercept/package-tree.html | 79 + 3.4.1/api/jquery-ui.overrides.css | 35 + 3.4.1/api/legal/ADDITIONAL_LICENSE_INFO | 37 + 3.4.1/api/legal/ASSEMBLY_EXCEPTION | 27 + 3.4.1/api/legal/LICENSE | 347 ++ 3.4.1/api/legal/jquery.md | 72 + 3.4.1/api/legal/jqueryUI.md | 49 + 3.4.1/api/member-search-index.js | 1 + 3.4.1/api/module-search-index.js | 1 + 3.4.1/api/overview-summary.html | 25 + 3.4.1/api/overview-tree.html | 236 ++ 3.4.1/api/package-search-index.js | 1 + 3.4.1/api/resources/glass.png | Bin 0 -> 499 bytes 3.4.1/api/resources/x.png | Bin 0 -> 394 bytes 3.4.1/api/script-dir/jquery-3.6.1.min.js | 2 + 3.4.1/api/script-dir/jquery-ui.min.css | 6 + 3.4.1/api/script-dir/jquery-ui.min.js | 6 + 3.4.1/api/script.js | 132 + 3.4.1/api/search.js | 354 ++ 3.4.1/api/serialized-form.html | 96 + 3.4.1/api/stylesheet.css | 869 +++++ 3.4.1/api/tag-search-index.js | 1 + 3.4.1/api/type-search-index.js | 1 + 3.4.1/css/custom-pdf.css | 3 + 3.4.1/css/custom.css | 484 +++ 3.4.1/css/highlight/agate.css | 108 + 3.4.1/css/highlight/androidstudio.css | 66 + 3.4.1/css/highlight/arduino-light.css | 88 + 3.4.1/css/highlight/arta.css | 73 + 3.4.1/css/highlight/ascetic.css | 45 + 3.4.1/css/highlight/atelier-cave-dark.css | 83 + 3.4.1/css/highlight/atelier-cave-light.css | 85 + 3.4.1/css/highlight/atelier-dune-dark.css | 69 + 3.4.1/css/highlight/atelier-dune-light.css | 69 + 3.4.1/css/highlight/atelier-estuary-dark.css | 84 + 3.4.1/css/highlight/atelier-estuary-light.css | 84 + 3.4.1/css/highlight/atelier-forest-dark.css | 69 + 3.4.1/css/highlight/atelier-forest-light.css | 69 + 3.4.1/css/highlight/atelier-heath-dark.css | 69 + 3.4.1/css/highlight/atelier-heath-light.css | 69 + 3.4.1/css/highlight/atelier-lakeside-dark.css | 69 + .../css/highlight/atelier-lakeside-light.css | 69 + 3.4.1/css/highlight/atelier-plateau-dark.css | 84 + 3.4.1/css/highlight/atelier-plateau-light.css | 84 + 3.4.1/css/highlight/atelier-savanna-dark.css | 84 + 3.4.1/css/highlight/atelier-savanna-light.css | 84 + 3.4.1/css/highlight/atelier-seaside-dark.css | 69 + 3.4.1/css/highlight/atelier-seaside-light.css | 69 + .../highlight/atelier-sulphurpool-dark.css | 69 + .../highlight/atelier-sulphurpool-light.css | 69 + 3.4.1/css/highlight/atom-one-dark.css | 96 + 3.4.1/css/highlight/atom-one-light.css | 96 + 3.4.1/css/highlight/brown-paper.css | 64 + 3.4.1/css/highlight/brown-papersq.png | Bin 0 -> 18198 bytes 3.4.1/css/highlight/codepen-embed.css | 60 + 3.4.1/css/highlight/color-brewer.css | 71 + 3.4.1/css/highlight/darcula.css | 77 + 3.4.1/css/highlight/dark.css | 63 + 3.4.1/css/highlight/darkula.css | 6 + 3.4.1/css/highlight/default.css | 99 + 3.4.1/css/highlight/docco.css | 97 + 3.4.1/css/highlight/dracula.css | 76 + 3.4.1/css/highlight/far.css | 71 + 3.4.1/css/highlight/foundation.css | 88 + 3.4.1/css/highlight/github-gist.css | 71 + 3.4.1/css/highlight/github.css | 99 + 3.4.1/css/highlight/googlecode.css | 89 + 3.4.1/css/highlight/grayscale.css | 101 + 3.4.1/css/highlight/gruvbox-dark.css | 108 + 3.4.1/css/highlight/gruvbox-light.css | 108 + 3.4.1/css/highlight/hopscotch.css | 83 + 3.4.1/css/highlight/hybrid.css | 102 + 3.4.1/css/highlight/idea.css | 97 + 3.4.1/css/highlight/ir-black.css | 73 + 3.4.1/css/highlight/kimbie.dark.css | 74 + 3.4.1/css/highlight/kimbie.light.css | 74 + 3.4.1/css/highlight/magula.css | 70 + 3.4.1/css/highlight/mono-blue.css | 59 + 3.4.1/css/highlight/monokai-sublime.css | 83 + 3.4.1/css/highlight/monokai.css | 70 + 3.4.1/css/highlight/obsidian.css | 88 + 3.4.1/css/highlight/ocean.css | 74 + 3.4.1/css/highlight/paraiso-dark.css | 72 + 3.4.1/css/highlight/paraiso-light.css | 72 + 3.4.1/css/highlight/pojoaque.css | 83 + 3.4.1/css/highlight/pojoaque.jpg | Bin 0 -> 1186 bytes 3.4.1/css/highlight/purebasic.css | 96 + 3.4.1/css/highlight/qtcreator_dark.css | 83 + 3.4.1/css/highlight/qtcreator_light.css | 83 + 3.4.1/css/highlight/railscasts.css | 106 + 3.4.1/css/highlight/rainbow.css | 85 + 3.4.1/css/highlight/routeros.css | 108 + 3.4.1/css/highlight/school-book.css | 72 + 3.4.1/css/highlight/school-book.png | Bin 0 -> 486 bytes 3.4.1/css/highlight/solarized-dark.css | 84 + 3.4.1/css/highlight/solarized-light.css | 84 + 3.4.1/css/highlight/sunburst.css | 102 + 3.4.1/css/highlight/tomorrow-night-blue.css | 75 + 3.4.1/css/highlight/tomorrow-night-bright.css | 74 + .../css/highlight/tomorrow-night-eighties.css | 74 + 3.4.1/css/highlight/tomorrow-night.css | 75 + 3.4.1/css/highlight/tomorrow.css | 72 + 3.4.1/css/highlight/vs.css | 68 + 3.4.1/css/highlight/vs2015.css | 115 + 3.4.1/css/highlight/xcode.css | 93 + 3.4.1/css/highlight/xt256.css | 92 + 3.4.1/css/highlight/zenburn.css | 80 + 3.4.1/css/main.css | 1217 +++++++ 3.4.1/css/menu.css | 17 + 3.4.1/css/multi-language-sample.css | 218 ++ 3.4.1/css/pdf.css | 160 + 3.4.1/css/ref.css | 431 +++ 3.4.1/css/skin.css | 186 + 3.4.1/css/tools.css | 128 + 3.4.1/fonts/FontAwesome.otf | Bin 0 -> 75188 bytes 3.4.1/fonts/fontawesome-webfont.eot | Bin 0 -> 72449 bytes 3.4.1/fonts/fontawesome-webfont.svg | 504 +++ 3.4.1/fonts/fontawesome-webfont.ttf | Bin 0 -> 141564 bytes 3.4.1/fonts/fontawesome-webfont.woff | Bin 0 -> 83760 bytes 3.4.1/guide/configurationreference.html | 797 ++++ 3.4.1/guide/index.html | 3200 +++++++++++++++++ 3.4.1/img/default/bullet.gif | Bin 0 -> 97 bytes 3.4.1/img/default/linear-gradient-green.png | Bin 0 -> 285 bytes 3.4.1/img/default/linear-gradient.png | Bin 0 -> 150 bytes 3.4.1/img/default/separator-horizontal.gif | Bin 0 -> 43 bytes 3.4.1/img/default/separator-menu.png | Bin 0 -> 172 bytes 3.4.1/img/default/separator-vertical.gif | Bin 0 -> 43 bytes 3.4.1/img/micronaut-logo-white.svg | 74 + 3.4.1/img/note.gif | Bin 0 -> 569 bytes 3.4.1/img/warning.gif | Bin 0 -> 613 bytes 3.4.1/index.html | 9 + 3.4.1/js/docs.js | 57 + 3.4.1/js/guide.js | 146 + 3.4.1/js/highlight.pack.js | 671 ++++ 3.4.1/js/multi-language-sample.js | 304 ++ 3.4.1/style/guideItem.html | 147 + 3.4.1/style/index.html | 26 + 3.4.1/style/layout.html | 129 + 3.4.1/style/menu.html | 22 + 3.4.1/style/page.html | 56 + 3.4.1/style/referenceItem.html | 117 + 3.4.1/style/section.html | 11 + 3.4.x/api/allclasses-index.html | 2 +- 3.4.x/api/allpackages-index.html | 2 +- 3.4.x/api/constant-values.html | 2 +- 3.4.x/api/help-doc.html | 2 +- 3.4.x/api/index-all.html | 2 +- 3.4.x/api/index.html | 4 +- .../api/io/micronaut/mqtt/annotation/Id.html | 2 +- .../mqtt/annotation/MqttSubscriber.html | 2 +- .../api/io/micronaut/mqtt/annotation/Qos.html | 2 +- .../micronaut/mqtt/annotation/Retained.html | 2 +- .../io/micronaut/mqtt/annotation/Topic.html | 2 +- .../io/micronaut/mqtt/annotation/Topics.html | 2 +- .../mqtt/annotation/package-summary.html | 2 +- .../mqtt/annotation/package-tree.html | 2 +- .../mqtt/annotation/v3/MqttPublisher.html | 2 +- .../mqtt/annotation/v3/package-summary.html | 2 +- .../mqtt/annotation/v3/package-tree.html | 2 +- .../mqtt/annotation/v5/MqttProperties.html | 2 +- .../mqtt/annotation/v5/MqttProperty.html | 2 +- .../mqtt/annotation/v5/MqttPublisher.html | 2 +- .../mqtt/annotation/v5/package-summary.html | 2 +- .../mqtt/annotation/v5/package-tree.html | 2 +- .../mqtt/bind/AnnotatedMqttBinder.html | 2 +- .../mqtt/bind/DefaultMqttBinderRegistry.html | 2 +- .../mqtt/bind/FallbackMqttBinder.html | 2 +- .../io/micronaut/mqtt/bind/MqttBinder.html | 2 +- .../mqtt/bind/MqttBinderRegistry.html | 2 +- .../mqtt/bind/MqttBindingContext.html | 2 +- .../micronaut/mqtt/bind/TypedMqttBinder.html | 2 +- .../mqtt/bind/impl/AcknowledgeMqttBinder.html | 2 +- .../mqtt/bind/impl/DefaultMqttBinder.html | 2 +- .../mqtt/bind/impl/IdMqttBinder.html | 2 +- .../mqtt/bind/impl/PayloadMqttBinder.html | 2 +- .../mqtt/bind/impl/QosMqttBinder.html | 2 +- .../mqtt/bind/impl/RetainedMqttBinder.html | 2 +- .../mqtt/bind/impl/TopicMqttBinder.html | 2 +- .../mqtt/bind/impl/package-summary.html | 2 +- .../mqtt/bind/impl/package-tree.html | 2 +- .../micronaut/mqtt/bind/package-summary.html | 2 +- .../io/micronaut/mqtt/bind/package-tree.html | 2 +- .../mqtt/config/MqttConfiguration.html | 2 +- .../config/MqttConfigurationProperties.html | 2 +- .../mqtt/config/MqttSSLConfiguration.html | 2 +- .../mqtt/config/package-summary.html | 2 +- .../micronaut/mqtt/config/package-tree.html | 2 +- ...DefaultMqttSubscriberExceptionHandler.html | 2 +- .../mqtt/exception/MqttClientException.html | 2 +- .../exception/MqttSubscriberException.html | 2 +- .../MqttSubscriberExceptionHandler.html | 2 +- .../mqtt/exception/package-summary.html | 2 +- .../mqtt/exception/package-tree.html | 2 +- .../mqtt/executor/MqttExecutorFactory.html | 2 +- .../mqtt/executor/package-summary.html | 2 +- .../micronaut/mqtt/executor/package-tree.html | 2 +- .../mqtt/hivemq/bind/MqttMessage.html | 2 +- .../mqtt/hivemq/bind/UserProperty.html | 2 +- .../mqtt/hivemq/bind/package-summary.html | 2 +- .../mqtt/hivemq/bind/package-tree.html | 2 +- .../mqtt/hivemq/client/MqttClientAdapter.html | 2 +- .../mqtt/hivemq/client/MqttClientFactory.html | 2 +- .../client/health/MqttHealthIndicator.html | 2 +- .../hivemq/client/health/package-summary.html | 2 +- .../hivemq/client/health/package-tree.html | 2 +- .../mqtt/hivemq/client/package-summary.html | 2 +- .../mqtt/hivemq/client/package-tree.html | 2 +- .../config/MqttClientConfiguration.html | 2 +- .../mqtt/hivemq/config/package-summary.html | 2 +- .../mqtt/hivemq/config/package-tree.html | 2 +- .../intercept/MqttSubscriberAdvice.html | 2 +- .../hivemq/intercept/package-summary.html | 2 +- .../mqtt/hivemq/intercept/package-tree.html | 2 +- .../mqtt/hivemq/ssl/CertificateReader.html | 2 +- .../KeyManagerFactoryCreationException.html | 2 +- .../mqtt/hivemq/ssl/PrivateKeyReader.html | 2 +- .../TrustManagerFactoryCreationException.html | 2 +- .../mqtt/hivemq/ssl/package-summary.html | 2 +- .../mqtt/hivemq/ssl/package-tree.html | 2 +- .../hivemq/v3/bind/MqttV3BindingContext.html | 2 +- .../mqtt/hivemq/v3/bind/package-summary.html | 2 +- .../mqtt/hivemq/v3/bind/package-tree.html | 2 +- .../hivemq/v3/client/Mqtt3ClientAdapter.html | 2 +- .../hivemq/v3/client/Mqtt3ClientFactory.html | 2 +- .../hivemq/v3/client/package-summary.html | 2 +- .../mqtt/hivemq/v3/client/package-tree.html | 2 +- .../v3/config/Mqtt3ClientConfiguration.html | 2 +- .../hivemq/v3/config/package-summary.html | 2 +- .../mqtt/hivemq/v3/config/package-tree.html | 2 +- .../v3/intercept/Mqtt3IntroductionAdvice.html | 2 +- .../hivemq/v3/intercept/package-summary.html | 2 +- .../hivemq/v3/intercept/package-tree.html | 2 +- .../hivemq/v5/bind/MqttPropertyBinder.html | 2 +- .../hivemq/v5/bind/MqttV5BindingContext.html | 2 +- .../mqtt/hivemq/v5/bind/package-summary.html | 2 +- .../mqtt/hivemq/v5/bind/package-tree.html | 2 +- .../hivemq/v5/client/Mqtt5ClientAdapter.html | 2 +- .../hivemq/v5/client/Mqtt5ClientFactory.html | 2 +- .../hivemq/v5/client/package-summary.html | 2 +- .../mqtt/hivemq/v5/client/package-tree.html | 2 +- .../v5/config/Mqtt5ClientConfiguration.html | 2 +- .../hivemq/v5/config/package-summary.html | 2 +- .../mqtt/hivemq/v5/config/package-tree.html | 2 +- .../v5/intercept/Mqtt5IntroductionAdvice.html | 2 +- .../hivemq/v5/intercept/package-summary.html | 2 +- .../hivemq/v5/intercept/package-tree.html | 2 +- .../AbstractMqttIntroductionAdvice.html | 2 +- .../AbstractMqttSubscriberAdvice.html | 2 +- .../mqtt/intercept/package-summary.html | 2 +- .../mqtt/intercept/package-tree.html | 2 +- .../DefaultMqttPayloadSerDesRegistry.html | 2 +- .../serdes/JavaLangMqttPayloadSerDes.html | 2 +- .../mqtt/serdes/JsonMqttPayloadSerDes.html | 2 +- .../mqtt/serdes/MqttPayloadSerDes.html | 2 +- .../serdes/MqttPayloadSerDesRegistry.html | 2 +- .../mqtt/serdes/package-summary.html | 2 +- .../micronaut/mqtt/serdes/package-tree.html | 2 +- .../ssl/MqttCertificateConfiguration.html | 2 +- .../micronaut/mqtt/ssl/package-summary.html | 2 +- .../io/micronaut/mqtt/ssl/package-tree.html | 2 +- .../mqtt/v3/bind/MqttV3BindingContext.html | 2 +- .../mqtt/v3/bind/package-summary.html | 2 +- .../micronaut/mqtt/v3/bind/package-tree.html | 2 +- .../mqtt/v3/client/MqttClientFactory.html | 2 +- .../v3/client/health/MqttHealthIndicator.html | 2 +- .../v3/client/health/package-summary.html | 2 +- .../mqtt/v3/client/health/package-tree.html | 2 +- .../mqtt/v3/client/package-summary.html | 2 +- .../mqtt/v3/client/package-tree.html | 2 +- .../MqttClientConfigurationProperties.html | 2 +- .../mqtt/v3/config/package-summary.html | 2 +- .../mqtt/v3/config/package-tree.html | 2 +- .../v3/intercept/MqttIntroductionAdvice.html | 2 +- .../v3/intercept/MqttSubscriberAdvice.html | 2 +- .../mqtt/v3/intercept/package-summary.html | 2 +- .../mqtt/v3/intercept/package-tree.html | 2 +- .../mqtt/v5/bind/MqttPropertyBinder.html | 2 +- .../mqtt/v5/bind/MqttV5BindingContext.html | 2 +- .../mqtt/v5/bind/package-summary.html | 2 +- .../micronaut/mqtt/v5/bind/package-tree.html | 2 +- .../mqtt/v5/client/MqttClientFactory.html | 2 +- .../v5/client/health/MqttHealthIndicator.html | 2 +- .../v5/client/health/package-summary.html | 2 +- .../mqtt/v5/client/health/package-tree.html | 2 +- .../mqtt/v5/client/package-summary.html | 2 +- .../mqtt/v5/client/package-tree.html | 2 +- .../MqttClientConfigurationProperties.html | 2 +- .../mqtt/v5/config/package-summary.html | 2 +- .../mqtt/v5/config/package-tree.html | 2 +- .../v5/intercept/MqttIntroductionAdvice.html | 2 +- .../v5/intercept/MqttSubscriberAdvice.html | 2 +- .../mqtt/v5/intercept/package-summary.html | 2 +- .../mqtt/v5/intercept/package-tree.html | 2 +- 3.4.x/api/overview-summary.html | 2 +- 3.4.x/api/overview-tree.html | 2 +- 3.4.x/api/serialized-form.html | 2 +- 3.4.x/guide/configurationreference.html | 330 +- 3.4.x/guide/index.html | 2 +- latest/api/allclasses-index.html | 2 +- latest/api/allpackages-index.html | 2 +- latest/api/constant-values.html | 2 +- latest/api/help-doc.html | 2 +- latest/api/index-all.html | 2 +- latest/api/index.html | 4 +- .../api/io/micronaut/mqtt/annotation/Id.html | 2 +- .../mqtt/annotation/MqttSubscriber.html | 2 +- .../api/io/micronaut/mqtt/annotation/Qos.html | 2 +- .../micronaut/mqtt/annotation/Retained.html | 2 +- .../io/micronaut/mqtt/annotation/Topic.html | 2 +- .../io/micronaut/mqtt/annotation/Topics.html | 2 +- .../mqtt/annotation/package-summary.html | 2 +- .../mqtt/annotation/package-tree.html | 2 +- .../mqtt/annotation/v3/MqttPublisher.html | 2 +- .../mqtt/annotation/v3/package-summary.html | 2 +- .../mqtt/annotation/v3/package-tree.html | 2 +- .../mqtt/annotation/v5/MqttProperties.html | 2 +- .../mqtt/annotation/v5/MqttProperty.html | 2 +- .../mqtt/annotation/v5/MqttPublisher.html | 2 +- .../mqtt/annotation/v5/package-summary.html | 2 +- .../mqtt/annotation/v5/package-tree.html | 2 +- .../mqtt/bind/AnnotatedMqttBinder.html | 2 +- .../mqtt/bind/DefaultMqttBinderRegistry.html | 2 +- .../mqtt/bind/FallbackMqttBinder.html | 2 +- .../io/micronaut/mqtt/bind/MqttBinder.html | 2 +- .../mqtt/bind/MqttBinderRegistry.html | 2 +- .../mqtt/bind/MqttBindingContext.html | 2 +- .../micronaut/mqtt/bind/TypedMqttBinder.html | 2 +- .../mqtt/bind/impl/AcknowledgeMqttBinder.html | 2 +- .../mqtt/bind/impl/DefaultMqttBinder.html | 2 +- .../mqtt/bind/impl/IdMqttBinder.html | 2 +- .../mqtt/bind/impl/PayloadMqttBinder.html | 2 +- .../mqtt/bind/impl/QosMqttBinder.html | 2 +- .../mqtt/bind/impl/RetainedMqttBinder.html | 2 +- .../mqtt/bind/impl/TopicMqttBinder.html | 2 +- .../mqtt/bind/impl/package-summary.html | 2 +- .../mqtt/bind/impl/package-tree.html | 2 +- .../micronaut/mqtt/bind/package-summary.html | 2 +- .../io/micronaut/mqtt/bind/package-tree.html | 2 +- .../mqtt/config/MqttConfiguration.html | 2 +- .../config/MqttConfigurationProperties.html | 2 +- .../mqtt/config/MqttSSLConfiguration.html | 2 +- .../mqtt/config/package-summary.html | 2 +- .../micronaut/mqtt/config/package-tree.html | 2 +- ...DefaultMqttSubscriberExceptionHandler.html | 2 +- .../mqtt/exception/MqttClientException.html | 2 +- .../exception/MqttSubscriberException.html | 2 +- .../MqttSubscriberExceptionHandler.html | 2 +- .../mqtt/exception/package-summary.html | 2 +- .../mqtt/exception/package-tree.html | 2 +- .../mqtt/executor/MqttExecutorFactory.html | 2 +- .../mqtt/executor/package-summary.html | 2 +- .../micronaut/mqtt/executor/package-tree.html | 2 +- .../mqtt/hivemq/bind/MqttMessage.html | 2 +- .../mqtt/hivemq/bind/UserProperty.html | 2 +- .../mqtt/hivemq/bind/package-summary.html | 2 +- .../mqtt/hivemq/bind/package-tree.html | 2 +- .../mqtt/hivemq/client/MqttClientAdapter.html | 2 +- .../mqtt/hivemq/client/MqttClientFactory.html | 2 +- .../client/health/MqttHealthIndicator.html | 2 +- .../hivemq/client/health/package-summary.html | 2 +- .../hivemq/client/health/package-tree.html | 2 +- .../mqtt/hivemq/client/package-summary.html | 2 +- .../mqtt/hivemq/client/package-tree.html | 2 +- .../config/MqttClientConfiguration.html | 2 +- .../mqtt/hivemq/config/package-summary.html | 2 +- .../mqtt/hivemq/config/package-tree.html | 2 +- .../intercept/MqttSubscriberAdvice.html | 2 +- .../hivemq/intercept/package-summary.html | 2 +- .../mqtt/hivemq/intercept/package-tree.html | 2 +- .../mqtt/hivemq/ssl/CertificateReader.html | 2 +- .../KeyManagerFactoryCreationException.html | 2 +- .../mqtt/hivemq/ssl/PrivateKeyReader.html | 2 +- .../TrustManagerFactoryCreationException.html | 2 +- .../mqtt/hivemq/ssl/package-summary.html | 2 +- .../mqtt/hivemq/ssl/package-tree.html | 2 +- .../hivemq/v3/bind/MqttV3BindingContext.html | 2 +- .../mqtt/hivemq/v3/bind/package-summary.html | 2 +- .../mqtt/hivemq/v3/bind/package-tree.html | 2 +- .../hivemq/v3/client/Mqtt3ClientAdapter.html | 2 +- .../hivemq/v3/client/Mqtt3ClientFactory.html | 2 +- .../hivemq/v3/client/package-summary.html | 2 +- .../mqtt/hivemq/v3/client/package-tree.html | 2 +- .../v3/config/Mqtt3ClientConfiguration.html | 2 +- .../hivemq/v3/config/package-summary.html | 2 +- .../mqtt/hivemq/v3/config/package-tree.html | 2 +- .../v3/intercept/Mqtt3IntroductionAdvice.html | 2 +- .../hivemq/v3/intercept/package-summary.html | 2 +- .../hivemq/v3/intercept/package-tree.html | 2 +- .../hivemq/v5/bind/MqttPropertyBinder.html | 2 +- .../hivemq/v5/bind/MqttV5BindingContext.html | 2 +- .../mqtt/hivemq/v5/bind/package-summary.html | 2 +- .../mqtt/hivemq/v5/bind/package-tree.html | 2 +- .../hivemq/v5/client/Mqtt5ClientAdapter.html | 2 +- .../hivemq/v5/client/Mqtt5ClientFactory.html | 2 +- .../hivemq/v5/client/package-summary.html | 2 +- .../mqtt/hivemq/v5/client/package-tree.html | 2 +- .../v5/config/Mqtt5ClientConfiguration.html | 2 +- .../hivemq/v5/config/package-summary.html | 2 +- .../mqtt/hivemq/v5/config/package-tree.html | 2 +- .../v5/intercept/Mqtt5IntroductionAdvice.html | 2 +- .../hivemq/v5/intercept/package-summary.html | 2 +- .../hivemq/v5/intercept/package-tree.html | 2 +- .../AbstractMqttIntroductionAdvice.html | 2 +- .../AbstractMqttSubscriberAdvice.html | 2 +- .../mqtt/intercept/package-summary.html | 2 +- .../mqtt/intercept/package-tree.html | 2 +- .../DefaultMqttPayloadSerDesRegistry.html | 2 +- .../serdes/JavaLangMqttPayloadSerDes.html | 2 +- .../mqtt/serdes/JsonMqttPayloadSerDes.html | 2 +- .../mqtt/serdes/MqttPayloadSerDes.html | 2 +- .../serdes/MqttPayloadSerDesRegistry.html | 2 +- .../mqtt/serdes/package-summary.html | 2 +- .../micronaut/mqtt/serdes/package-tree.html | 2 +- .../ssl/MqttCertificateConfiguration.html | 2 +- .../micronaut/mqtt/ssl/package-summary.html | 2 +- .../io/micronaut/mqtt/ssl/package-tree.html | 2 +- .../mqtt/v3/bind/MqttV3BindingContext.html | 2 +- .../mqtt/v3/bind/package-summary.html | 2 +- .../micronaut/mqtt/v3/bind/package-tree.html | 2 +- .../mqtt/v3/client/MqttClientFactory.html | 2 +- .../v3/client/health/MqttHealthIndicator.html | 2 +- .../v3/client/health/package-summary.html | 2 +- .../mqtt/v3/client/health/package-tree.html | 2 +- .../mqtt/v3/client/package-summary.html | 2 +- .../mqtt/v3/client/package-tree.html | 2 +- .../MqttClientConfigurationProperties.html | 2 +- .../mqtt/v3/config/package-summary.html | 2 +- .../mqtt/v3/config/package-tree.html | 2 +- .../v3/intercept/MqttIntroductionAdvice.html | 2 +- .../v3/intercept/MqttSubscriberAdvice.html | 2 +- .../mqtt/v3/intercept/package-summary.html | 2 +- .../mqtt/v3/intercept/package-tree.html | 2 +- .../mqtt/v5/bind/MqttPropertyBinder.html | 2 +- .../mqtt/v5/bind/MqttV5BindingContext.html | 2 +- .../mqtt/v5/bind/package-summary.html | 2 +- .../micronaut/mqtt/v5/bind/package-tree.html | 2 +- .../mqtt/v5/client/MqttClientFactory.html | 2 +- .../v5/client/health/MqttHealthIndicator.html | 2 +- .../v5/client/health/package-summary.html | 2 +- .../mqtt/v5/client/health/package-tree.html | 2 +- .../mqtt/v5/client/package-summary.html | 2 +- .../mqtt/v5/client/package-tree.html | 2 +- .../MqttClientConfigurationProperties.html | 2 +- .../mqtt/v5/config/package-summary.html | 2 +- .../mqtt/v5/config/package-tree.html | 2 +- .../v5/intercept/MqttIntroductionAdvice.html | 2 +- .../v5/intercept/MqttSubscriberAdvice.html | 2 +- .../mqtt/v5/intercept/package-summary.html | 2 +- .../mqtt/v5/intercept/package-tree.html | 2 +- latest/api/overview-summary.html | 2 +- latest/api/overview-tree.html | 2 +- latest/api/serialized-form.html | 2 +- latest/guide/configurationreference.html | 330 +- latest/guide/index.html | 2 +- 605 files changed, 42379 insertions(+), 642 deletions(-) create mode 100644 3.4.1/api/allclasses-index.html create mode 100644 3.4.1/api/allpackages-index.html create mode 100644 3.4.1/api/constant-values.html create mode 100644 3.4.1/api/element-list create mode 100644 3.4.1/api/help-doc.html create mode 100644 3.4.1/api/index-all.html create mode 100644 3.4.1/api/index.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/Id.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/MqttSubscriber.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/Qos.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/Retained.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/Topic.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/Topics.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v3/MqttPublisher.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v3/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v3/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperties.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperty.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttPublisher.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v5/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/annotation/v5/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/AnnotatedMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/DefaultMqttBinderRegistry.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/FallbackMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/MqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/MqttBinderRegistry.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/MqttBindingContext.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/TypedMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/AcknowledgeMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/DefaultMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/IdMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/PayloadMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/QosMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/RetainedMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/TopicMqttBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/impl/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/bind/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/config/MqttConfiguration.html create mode 100644 3.4.1/api/io/micronaut/mqtt/config/MqttConfigurationProperties.html create mode 100644 3.4.1/api/io/micronaut/mqtt/config/MqttSSLConfiguration.html create mode 100644 3.4.1/api/io/micronaut/mqtt/config/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/config/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/exception/DefaultMqttSubscriberExceptionHandler.html create mode 100644 3.4.1/api/io/micronaut/mqtt/exception/MqttClientException.html create mode 100644 3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberException.html create mode 100644 3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberExceptionHandler.html create mode 100644 3.4.1/api/io/micronaut/mqtt/exception/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/exception/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/executor/MqttExecutorFactory.html create mode 100644 3.4.1/api/io/micronaut/mqtt/executor/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/executor/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/bind/MqttMessage.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/bind/UserProperty.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientAdapter.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientFactory.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/client/health/MqttHealthIndicator.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/client/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/client/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/config/MqttClientConfiguration.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/config/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/config/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/intercept/MqttSubscriberAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/ssl/CertificateReader.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/ssl/KeyManagerFactoryCreationException.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/ssl/PrivateKeyReader.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/ssl/TrustManagerFactoryCreationException.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/MqttV3BindingContext.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientAdapter.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientFactory.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/Mqtt3ClientConfiguration.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/Mqtt3IntroductionAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttPropertyBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttV5BindingContext.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientAdapter.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientFactory.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/Mqtt5ClientConfiguration.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/Mqtt5IntroductionAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttIntroductionAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttSubscriberAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/intercept/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/intercept/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/serdes/DefaultMqttPayloadSerDesRegistry.html create mode 100644 3.4.1/api/io/micronaut/mqtt/serdes/JavaLangMqttPayloadSerDes.html create mode 100644 3.4.1/api/io/micronaut/mqtt/serdes/JsonMqttPayloadSerDes.html create mode 100644 3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDes.html create mode 100644 3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDesRegistry.html create mode 100644 3.4.1/api/io/micronaut/mqtt/serdes/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/serdes/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/ssl/MqttCertificateConfiguration.html create mode 100644 3.4.1/api/io/micronaut/mqtt/ssl/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/ssl/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/bind/MqttV3BindingContext.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/bind/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/bind/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/client/MqttClientFactory.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/client/health/MqttHealthIndicator.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/client/health/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/client/health/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/client/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/client/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/config/MqttClientConfigurationProperties.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/config/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/config/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttIntroductionAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttSubscriberAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/intercept/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v3/intercept/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/bind/MqttPropertyBinder.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/bind/MqttV5BindingContext.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/bind/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/bind/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/client/MqttClientFactory.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/client/health/MqttHealthIndicator.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/client/health/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/client/health/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/client/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/client/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/config/MqttClientConfigurationProperties.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/config/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/config/package-tree.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttIntroductionAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttSubscriberAdvice.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/intercept/package-summary.html create mode 100644 3.4.1/api/io/micronaut/mqtt/v5/intercept/package-tree.html create mode 100644 3.4.1/api/jquery-ui.overrides.css create mode 100644 3.4.1/api/legal/ADDITIONAL_LICENSE_INFO create mode 100644 3.4.1/api/legal/ASSEMBLY_EXCEPTION create mode 100644 3.4.1/api/legal/LICENSE create mode 100644 3.4.1/api/legal/jquery.md create mode 100644 3.4.1/api/legal/jqueryUI.md create mode 100644 3.4.1/api/member-search-index.js create mode 100644 3.4.1/api/module-search-index.js create mode 100644 3.4.1/api/overview-summary.html create mode 100644 3.4.1/api/overview-tree.html create mode 100644 3.4.1/api/package-search-index.js create mode 100644 3.4.1/api/resources/glass.png create mode 100644 3.4.1/api/resources/x.png create mode 100644 3.4.1/api/script-dir/jquery-3.6.1.min.js create mode 100644 3.4.1/api/script-dir/jquery-ui.min.css create mode 100644 3.4.1/api/script-dir/jquery-ui.min.js create mode 100644 3.4.1/api/script.js create mode 100644 3.4.1/api/search.js create mode 100644 3.4.1/api/serialized-form.html create mode 100644 3.4.1/api/stylesheet.css create mode 100644 3.4.1/api/tag-search-index.js create mode 100644 3.4.1/api/type-search-index.js create mode 100644 3.4.1/css/custom-pdf.css create mode 100644 3.4.1/css/custom.css create mode 100644 3.4.1/css/highlight/agate.css create mode 100644 3.4.1/css/highlight/androidstudio.css create mode 100644 3.4.1/css/highlight/arduino-light.css create mode 100644 3.4.1/css/highlight/arta.css create mode 100644 3.4.1/css/highlight/ascetic.css create mode 100644 3.4.1/css/highlight/atelier-cave-dark.css create mode 100644 3.4.1/css/highlight/atelier-cave-light.css create mode 100644 3.4.1/css/highlight/atelier-dune-dark.css create mode 100644 3.4.1/css/highlight/atelier-dune-light.css create mode 100644 3.4.1/css/highlight/atelier-estuary-dark.css create mode 100644 3.4.1/css/highlight/atelier-estuary-light.css create mode 100644 3.4.1/css/highlight/atelier-forest-dark.css create mode 100644 3.4.1/css/highlight/atelier-forest-light.css create mode 100644 3.4.1/css/highlight/atelier-heath-dark.css create mode 100644 3.4.1/css/highlight/atelier-heath-light.css create mode 100644 3.4.1/css/highlight/atelier-lakeside-dark.css create mode 100644 3.4.1/css/highlight/atelier-lakeside-light.css create mode 100644 3.4.1/css/highlight/atelier-plateau-dark.css create mode 100644 3.4.1/css/highlight/atelier-plateau-light.css create mode 100644 3.4.1/css/highlight/atelier-savanna-dark.css create mode 100644 3.4.1/css/highlight/atelier-savanna-light.css create mode 100644 3.4.1/css/highlight/atelier-seaside-dark.css create mode 100644 3.4.1/css/highlight/atelier-seaside-light.css create mode 100644 3.4.1/css/highlight/atelier-sulphurpool-dark.css create mode 100644 3.4.1/css/highlight/atelier-sulphurpool-light.css create mode 100644 3.4.1/css/highlight/atom-one-dark.css create mode 100644 3.4.1/css/highlight/atom-one-light.css create mode 100644 3.4.1/css/highlight/brown-paper.css create mode 100644 3.4.1/css/highlight/brown-papersq.png create mode 100644 3.4.1/css/highlight/codepen-embed.css create mode 100644 3.4.1/css/highlight/color-brewer.css create mode 100644 3.4.1/css/highlight/darcula.css create mode 100644 3.4.1/css/highlight/dark.css create mode 100644 3.4.1/css/highlight/darkula.css create mode 100644 3.4.1/css/highlight/default.css create mode 100644 3.4.1/css/highlight/docco.css create mode 100644 3.4.1/css/highlight/dracula.css create mode 100644 3.4.1/css/highlight/far.css create mode 100644 3.4.1/css/highlight/foundation.css create mode 100644 3.4.1/css/highlight/github-gist.css create mode 100644 3.4.1/css/highlight/github.css create mode 100644 3.4.1/css/highlight/googlecode.css create mode 100644 3.4.1/css/highlight/grayscale.css create mode 100644 3.4.1/css/highlight/gruvbox-dark.css create mode 100644 3.4.1/css/highlight/gruvbox-light.css create mode 100644 3.4.1/css/highlight/hopscotch.css create mode 100644 3.4.1/css/highlight/hybrid.css create mode 100644 3.4.1/css/highlight/idea.css create mode 100644 3.4.1/css/highlight/ir-black.css create mode 100644 3.4.1/css/highlight/kimbie.dark.css create mode 100644 3.4.1/css/highlight/kimbie.light.css create mode 100644 3.4.1/css/highlight/magula.css create mode 100644 3.4.1/css/highlight/mono-blue.css create mode 100644 3.4.1/css/highlight/monokai-sublime.css create mode 100644 3.4.1/css/highlight/monokai.css create mode 100644 3.4.1/css/highlight/obsidian.css create mode 100644 3.4.1/css/highlight/ocean.css create mode 100644 3.4.1/css/highlight/paraiso-dark.css create mode 100644 3.4.1/css/highlight/paraiso-light.css create mode 100644 3.4.1/css/highlight/pojoaque.css create mode 100644 3.4.1/css/highlight/pojoaque.jpg create mode 100644 3.4.1/css/highlight/purebasic.css create mode 100644 3.4.1/css/highlight/qtcreator_dark.css create mode 100644 3.4.1/css/highlight/qtcreator_light.css create mode 100644 3.4.1/css/highlight/railscasts.css create mode 100644 3.4.1/css/highlight/rainbow.css create mode 100644 3.4.1/css/highlight/routeros.css create mode 100644 3.4.1/css/highlight/school-book.css create mode 100644 3.4.1/css/highlight/school-book.png create mode 100644 3.4.1/css/highlight/solarized-dark.css create mode 100644 3.4.1/css/highlight/solarized-light.css create mode 100644 3.4.1/css/highlight/sunburst.css create mode 100644 3.4.1/css/highlight/tomorrow-night-blue.css create mode 100644 3.4.1/css/highlight/tomorrow-night-bright.css create mode 100644 3.4.1/css/highlight/tomorrow-night-eighties.css create mode 100644 3.4.1/css/highlight/tomorrow-night.css create mode 100644 3.4.1/css/highlight/tomorrow.css create mode 100644 3.4.1/css/highlight/vs.css create mode 100644 3.4.1/css/highlight/vs2015.css create mode 100644 3.4.1/css/highlight/xcode.css create mode 100644 3.4.1/css/highlight/xt256.css create mode 100644 3.4.1/css/highlight/zenburn.css create mode 100644 3.4.1/css/main.css create mode 100644 3.4.1/css/menu.css create mode 100644 3.4.1/css/multi-language-sample.css create mode 100644 3.4.1/css/pdf.css create mode 100644 3.4.1/css/ref.css create mode 100644 3.4.1/css/skin.css create mode 100644 3.4.1/css/tools.css create mode 100644 3.4.1/fonts/FontAwesome.otf create mode 100755 3.4.1/fonts/fontawesome-webfont.eot create mode 100755 3.4.1/fonts/fontawesome-webfont.svg create mode 100755 3.4.1/fonts/fontawesome-webfont.ttf create mode 100755 3.4.1/fonts/fontawesome-webfont.woff create mode 100644 3.4.1/guide/configurationreference.html create mode 100644 3.4.1/guide/index.html create mode 100644 3.4.1/img/default/bullet.gif create mode 100644 3.4.1/img/default/linear-gradient-green.png create mode 100644 3.4.1/img/default/linear-gradient.png create mode 100644 3.4.1/img/default/separator-horizontal.gif create mode 100644 3.4.1/img/default/separator-menu.png create mode 100644 3.4.1/img/default/separator-vertical.gif create mode 100644 3.4.1/img/micronaut-logo-white.svg create mode 100644 3.4.1/img/note.gif create mode 100644 3.4.1/img/warning.gif create mode 100644 3.4.1/index.html create mode 100644 3.4.1/js/docs.js create mode 100644 3.4.1/js/guide.js create mode 100644 3.4.1/js/highlight.pack.js create mode 100644 3.4.1/js/multi-language-sample.js create mode 100644 3.4.1/style/guideItem.html create mode 100644 3.4.1/style/index.html create mode 100644 3.4.1/style/layout.html create mode 100644 3.4.1/style/menu.html create mode 100644 3.4.1/style/page.html create mode 100644 3.4.1/style/referenceItem.html create mode 100644 3.4.1/style/section.html diff --git a/3.4.1/api/allclasses-index.html b/3.4.1/api/allclasses-index.html new file mode 100644 index 00000000..fb348886 --- /dev/null +++ b/3.4.1/api/allclasses-index.html @@ -0,0 +1,380 @@ + + + + +All Classes and Interfaces (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
+
Intercepts calls to MQTT clients to publish messages.
+
+ +
+
An ExecutableMethodProcessor that will process all beans annotated + with MqttSubscriber and create and subscribe the relevant methods + as consumers to MQTT topics.
+
+ +
+
A typed binder for Acknowledgement that allows subscribers to manually + acknowledge messages.
+
+ +
+
An MqttBinder that binds based on the presence of an annotation on the argument.
+
+ +
+
Reader for X.509 certificates.
+
+ +
+
The FallbackMqttBinder to bind arguments that don't match any + annotated or typed based binder.
+
+ +
+
A default implementation of MqttBinderRegistry that searches + for binders based on argument annotations, then based on the argument + type.
+
+ +
+
Default implementation of MqttPayloadSerDesRegistry.
+
+ +
+
The exception handler for subscriber exceptions that is used if the subscriber + does not implement MqttSubscriberExceptionHandler.
+
+ +
+
A binder to use when no other binders match the argument.
+
+ +
+
Used to bind the message ID to a parameter.
+
+ +
+
An annotated argument binder for Id.
+
+ +
+
Serializes and deserializes standard Java types.
+
+ +
+
Serializes and deserializes objects as JSON using Jackson.
+
+ +
+
Thrown when an a KeyManagerFactory can not be created.
+
+ +
+
Adapter class for MQTT 3 HiveMQ async client.
+
+ +
+
MQTT v3 Client Configuration.
+
+ +
+
A factory to create an MQTT v3 client.
+
+ +
+
The MQTT v3 implementation of AbstractMqttIntroductionAdvice.
+
+ +
+
Adapter class for MQTT 3 HiveMQ async client.
+
+ +
+
MQTT v5 Client Configuration.
+
+ +
+
A factory to create an MQTT v5 client.
+
+ +
+
The MQTT v5 implementation of AbstractMqttIntroductionAdvice.
+
+ +
+
Argument binder to bind publisher and subscriber method arguments + to and from the message context.
+
+ +
+
A registry of binders for binding to and from MQTT messages.
+
+ +
+
A generic context for binding to MQTT messages.
+
+ +
+
MQTT client SSL configuration.
+
+ +
+
Common interface for HiveMQ MQTT clients.
+
+ +
+
MQTT Client Configuration.
+
+ +
+
Configuration for the MQTT client.
+
+ +
+
Configuration for the MQTT client.
+
+ +
+
An exception thrown while publishing to MQTT topics.
+
+ +
+
Common interface for MQTT client factories.
+
+ +
+
A factory to create an MQTT client.
+
+ +
+
A factory to create an MQTT client.
+
+ +
+
MQTT related configuration.
+
+ +
+
ConfigurationProperties implementation for MqttConfiguration.
+
+ +
+
Configures a ScheduledExecutorService for running instances.
+
+ +
+
A HealthIndicator for HiveMQ MQTT Client.
+
+ +
+
A HealthIndicator for Mqtt Client.
+
+ +
+
A HealthIndicator for Mqtt Client.
+
+ +
+
The MQTT v3 implementation of AbstractMqttIntroductionAdvice.
+
+ +
+
The MQTT v5 implementation of AbstractMqttIntroductionAdvice.
+
+ +
+
A MQTT message holds the payload and options + for message delivery.
+
+ +
+
Responsible for serializing and deserializing MQTT message payloads.
+
+ +
+
A registry of MqttPayloadSerDes instances.
+
+ +
+
Used for binding arguments to mqtt properties.
+
+ +
+
Used for binding arguments to mqtt properties.
+
+ +
+
Binds arguments to and from MqttMessage.
+
+ +
+
Binds arguments to and from MqttProperties.
+
+ +
+
An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
+
+ +
+
An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
+
+ +
+
Generic interface for manipulating SSL based properties + in MQTT configuration.
+
+ +
+
Class level annotation to indicate that a bean will be consumers of messages + from Mqtt.
+
+ +
+
The HiveMQ implementation of AbstractMqttSubscriberAdvice.
+
+ +
+
The MQTT v3 implementation of AbstractMqttSubscriberAdvice.
+
+ +
+
The MQTT v5 implementation of AbstractMqttSubscriberAdvice.
+
+ +
+
An exception thrown while subscribing to MQTT topics.
+
+ +
+
Responsible for handling exceptions thrown during the subscription process.
+
+ +
+
A binding context for MQTT v3 messages.
+
+ +
+
A binding context for MQTT v3 messages.
+
+ +
+
A binding context for MQTT v5 messages.
+
+ +
+
A binding context for MQTT v5 messages.
+
+ +
+
A binder responsible for binding to the payload of the message.
+
+ +
+
Reader for reading PKCS #1 and PKCS #8 private keys from PEM files.
+
+ +
+
Used for binding the message Qos.
+
+ +
+
An annotated argument binder for Qos.
+
+ +
+
Used for binding the message retained parameter.
+
+ +
+
An annotated argument binder for Retained.
+
+ +
+
Used for binding the message topic and other parameters.
+
+ +
+
An annotated argument binder for Topic.
+
+ +
+
Used to supply multiple topics on subscriber methods.
+
+ +
+
Thrown when a TrustManagerFactory can not be created.
+
+ +
+
Argument binder based on the type of the argument.
+
+ +
+
Represents a MQTT v5 property.
+
+
+
+
+
+
+
+ + diff --git a/3.4.1/api/allpackages-index.html b/3.4.1/api/allpackages-index.html new file mode 100644 index 00000000..bf66f714 --- /dev/null +++ b/3.4.1/api/allpackages-index.html @@ -0,0 +1,137 @@ + + + + +All Packages (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ + +
+ + diff --git a/3.4.1/api/constant-values.html b/3.4.1/api/constant-values.html new file mode 100644 index 00000000..73779007 --- /dev/null +++ b/3.4.1/api/constant-values.html @@ -0,0 +1,130 @@ + + + + +Constant Field Values (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Constant Field Values

+
+

Contents

+ +
+
+
+

io.micronaut.*

+
    +
  • +
    io.micronaut.mqtt.annotation.Qos
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    +
  • +
+ +
    +
  • +
    io.micronaut.mqtt.hivemq.client.health.MqttHealthIndicator
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "mqtt-client"
    +
    +
  • +
+
    +
  • +
    io.micronaut.mqtt.v3.client.health.MqttHealthIndicator
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "mqtt-client"
    +
    +
  • +
+
    +
  • +
    io.micronaut.mqtt.v5.client.health.MqttHealthIndicator
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "mqtt-client"
    +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/element-list b/3.4.1/api/element-list new file mode 100644 index 00000000..98750a2c --- /dev/null +++ b/3.4.1/api/element-list @@ -0,0 +1,35 @@ +io.micronaut.mqtt.annotation +io.micronaut.mqtt.annotation.v3 +io.micronaut.mqtt.annotation.v5 +io.micronaut.mqtt.bind +io.micronaut.mqtt.bind.impl +io.micronaut.mqtt.config +io.micronaut.mqtt.exception +io.micronaut.mqtt.executor +io.micronaut.mqtt.hivemq.bind +io.micronaut.mqtt.hivemq.client +io.micronaut.mqtt.hivemq.client.health +io.micronaut.mqtt.hivemq.config +io.micronaut.mqtt.hivemq.intercept +io.micronaut.mqtt.hivemq.ssl +io.micronaut.mqtt.hivemq.v3.bind +io.micronaut.mqtt.hivemq.v3.client +io.micronaut.mqtt.hivemq.v3.config +io.micronaut.mqtt.hivemq.v3.intercept +io.micronaut.mqtt.hivemq.v5.bind +io.micronaut.mqtt.hivemq.v5.client +io.micronaut.mqtt.hivemq.v5.config +io.micronaut.mqtt.hivemq.v5.intercept +io.micronaut.mqtt.intercept +io.micronaut.mqtt.serdes +io.micronaut.mqtt.ssl +io.micronaut.mqtt.v3.bind +io.micronaut.mqtt.v3.client +io.micronaut.mqtt.v3.client.health +io.micronaut.mqtt.v3.config +io.micronaut.mqtt.v3.intercept +io.micronaut.mqtt.v5.bind +io.micronaut.mqtt.v5.client +io.micronaut.mqtt.v5.client.health +io.micronaut.mqtt.v5.config +io.micronaut.mqtt.v5.intercept diff --git a/3.4.1/api/help-doc.html b/3.4.1/api/help-doc.html new file mode 100644 index 00000000..8d0809bb --- /dev/null +++ b/3.4.1/api/help-doc.html @@ -0,0 +1,185 @@ + + + + +API Help (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Overview

+

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+
+
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exceptions
  • +
  • Errors
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

Constant Field Values

+

The Constant Field Values page lists the static final fields and their values.

+
+
+

Serialized Form

+

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+
+
+ + diff --git a/3.4.1/api/index-all.html b/3.4.1/api/index-all.html new file mode 100644 index 00000000..73f3d99a --- /dev/null +++ b/3.4.1/api/index-all.html @@ -0,0 +1,1271 @@ + + + + +Index (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D F G H I J K M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

A

+
+
AbstractMqttIntroductionAdvice<L,M> - Class in io.micronaut.mqtt.intercept
+
+
Intercepts calls to MQTT clients to publish messages.
+
+
AbstractMqttIntroductionAdvice(MqttBinderRegistry) - Constructor for class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice
+
 
+
AbstractMqttSubscriberAdvice<M> - Class in io.micronaut.mqtt.intercept
+
+
An ExecutableMethodProcessor that will process all beans annotated + with MqttSubscriber and create and subscribe the relevant methods + as consumers to MQTT topics.
+
+
AbstractMqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler) - Constructor for class io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice
+
 
+
AcknowledgeMqttBinder - Class in io.micronaut.mqtt.bind.impl
+
+
A typed binder for Acknowledgement that allows subscribers to manually + acknowledge messages.
+
+
AcknowledgeMqttBinder() - Constructor for class io.micronaut.mqtt.bind.impl.AcknowledgeMqttBinder
+
 
+
acknowlege() - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
+
Acknowledges a message.
+
+
acknowlege() - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
acknowlege() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
acknowlege() - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
acknowlege() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
AnnotatedMqttBinder<M,T extends Annotation> - Interface in io.micronaut.mqtt.bind
+
+
An MqttBinder that binds based on the presence of an annotation on the argument.
+
+
+

B

+
+
bindFrom(MqttBindingContext<?>, ArgumentConversionContext<Acknowledgement>) - Method in class io.micronaut.mqtt.bind.impl.AcknowledgeMqttBinder
+
 
+
bindFrom(MqttBindingContext<?>, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.bind.impl.DefaultMqttBinder
+
 
+
bindFrom(MqttBindingContext<?>, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.bind.impl.IdMqttBinder
+
 
+
bindFrom(MqttBindingContext<?>, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.bind.impl.PayloadMqttBinder
+
 
+
bindFrom(MqttBindingContext<?>, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.bind.impl.QosMqttBinder
+
 
+
bindFrom(MqttBindingContext<?>, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.bind.impl.RetainedMqttBinder
+
 
+
bindFrom(MqttBindingContext<?>, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.bind.impl.TopicMqttBinder
+
 
+
bindFrom(MqttV5BindingContext, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttPropertyBinder
+
 
+
bindFrom(MqttV5BindingContext, ArgumentConversionContext<Object>) - Method in class io.micronaut.mqtt.v5.bind.MqttPropertyBinder
+
 
+
bindFrom(M, ArgumentConversionContext<T>) - Method in interface io.micronaut.mqtt.bind.MqttBinder
+
+
Binds the given context and returns an optional value.
+
+
bindTo(MqttBindingContext<?>, Acknowledgement, Argument<Acknowledgement>) - Method in class io.micronaut.mqtt.bind.impl.AcknowledgeMqttBinder
+
 
+
bindTo(MqttBindingContext<?>, Object, Argument<Object>) - Method in class io.micronaut.mqtt.bind.impl.DefaultMqttBinder
+
 
+
bindTo(MqttBindingContext<?>, Object, Argument<Object>) - Method in class io.micronaut.mqtt.bind.impl.IdMqttBinder
+
 
+
bindTo(MqttBindingContext<?>, Object, Argument<Object>) - Method in class io.micronaut.mqtt.bind.impl.PayloadMqttBinder
+
 
+
bindTo(MqttBindingContext<?>, Object, Argument<Object>) - Method in class io.micronaut.mqtt.bind.impl.QosMqttBinder
+
 
+
bindTo(MqttBindingContext<?>, Object, Argument<Object>) - Method in class io.micronaut.mqtt.bind.impl.RetainedMqttBinder
+
 
+
bindTo(MqttBindingContext<?>, Object, Argument<Object>) - Method in class io.micronaut.mqtt.bind.impl.TopicMqttBinder
+
 
+
bindTo(MqttV5BindingContext, Object, Argument<Object>) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttPropertyBinder
+
 
+
bindTo(MqttV5BindingContext, Object, Argument<Object>) - Method in class io.micronaut.mqtt.v5.bind.MqttPropertyBinder
+
 
+
bindTo(M, T, Argument<T>) - Method in interface io.micronaut.mqtt.bind.MqttBinder
+
+
Binds the given value to the given context.
+
+
+

C

+
+
CertificateReader - Class in io.micronaut.mqtt.hivemq.ssl
+
+
Reader for X.509 certificates.
+
+
close() - Method in class io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice
+
 
+
createBindingContext(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.mqtt.hivemq.v3.intercept.Mqtt3IntroductionAdvice
+
 
+
createBindingContext(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.mqtt.hivemq.v5.intercept.Mqtt5IntroductionAdvice
+
 
+
createBindingContext(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice
+
 
+
createBindingContext(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.mqtt.v3.intercept.MqttIntroductionAdvice
+
 
+
createBindingContext(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.mqtt.v5.intercept.MqttIntroductionAdvice
+
 
+
createListener(Runnable, Consumer<Throwable>) - Method in class io.micronaut.mqtt.hivemq.v3.intercept.Mqtt3IntroductionAdvice
+
 
+
createListener(Runnable, Consumer<Throwable>) - Method in class io.micronaut.mqtt.hivemq.v5.intercept.Mqtt5IntroductionAdvice
+
 
+
createListener(Runnable, Consumer<Throwable>) - Method in class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice
+
+
Create a listener.
+
+
createListener(Runnable, Consumer<Throwable>) - Method in class io.micronaut.mqtt.v3.intercept.MqttIntroductionAdvice
+
 
+
createListener(Runnable, Consumer<Throwable>) - Method in class io.micronaut.mqtt.v5.intercept.MqttIntroductionAdvice
+
 
+
+

D

+
+
DEFAULT_VALUE - Static variable in annotation interface io.micronaut.mqtt.annotation.Qos
+
 
+
DefaultMqttBinder - Class in io.micronaut.mqtt.bind.impl
+
+
The FallbackMqttBinder to bind arguments that don't match any + annotated or typed based binder.
+
+
DefaultMqttBinder(PayloadMqttBinder) - Constructor for class io.micronaut.mqtt.bind.impl.DefaultMqttBinder
+
 
+
DefaultMqttBinderRegistry - Class in io.micronaut.mqtt.bind
+
+
A default implementation of MqttBinderRegistry that searches + for binders based on argument annotations, then based on the argument + type.
+
+
DefaultMqttBinderRegistry(FallbackMqttBinder<?>, MqttBinder<?, ?>...) - Constructor for class io.micronaut.mqtt.bind.DefaultMqttBinderRegistry
+
+
Default constructor.
+
+
DefaultMqttPayloadSerDesRegistry - Class in io.micronaut.mqtt.serdes
+
+
Default implementation of MqttPayloadSerDesRegistry.
+
+
DefaultMqttPayloadSerDesRegistry(MqttPayloadSerDes<?>...) - Constructor for class io.micronaut.mqtt.serdes.DefaultMqttPayloadSerDesRegistry
+
+
Default constructor.
+
+
DefaultMqttSubscriberExceptionHandler - Class in io.micronaut.mqtt.exception
+
+
The exception handler for subscriber exceptions that is used if the subscriber + does not implement MqttSubscriberExceptionHandler.
+
+
DefaultMqttSubscriberExceptionHandler() - Constructor for class io.micronaut.mqtt.exception.DefaultMqttSubscriberExceptionHandler
+
 
+
deserialize(byte[], Argument<Object>) - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
deserialize(byte[], Argument<Object>) - Method in class io.micronaut.mqtt.serdes.JsonMqttPayloadSerDes
+
 
+
deserialize(byte[], Argument<T>) - Method in interface io.micronaut.mqtt.serdes.MqttPayloadSerDes
+
+
Deserializes the message into the requested type.
+
+
+

F

+
+
FallbackMqttBinder<M> - Interface in io.micronaut.mqtt.bind
+
+
A binder to use when no other binders match the argument.
+
+
findArgumentBinder(Argument<T>) - Method in class io.micronaut.mqtt.bind.DefaultMqttBinderRegistry
+
 
+
findArgumentBinder(Argument<T>) - Method in interface io.micronaut.mqtt.bind.MqttBinderRegistry
+
+
Finds a binder for the given argument.
+
+
findSerdes(Argument<T>) - Method in class io.micronaut.mqtt.serdes.DefaultMqttPayloadSerDesRegistry
+
 
+
findSerdes(Argument<T>) - Method in interface io.micronaut.mqtt.serdes.MqttPayloadSerDesRegistry
+
+
Returns the serdes that supports the given type.
+
+
findSerDes(Argument<?>) - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
+
Finds the correct serDes based on the type.
+
+
+

G

+
+
getAnnotationType() - Method in interface io.micronaut.mqtt.bind.AnnotatedMqttBinder
+
 
+
getAnnotationType() - Method in class io.micronaut.mqtt.bind.impl.IdMqttBinder
+
 
+
getAnnotationType() - Method in class io.micronaut.mqtt.bind.impl.PayloadMqttBinder
+
 
+
getAnnotationType() - Method in class io.micronaut.mqtt.bind.impl.QosMqttBinder
+
 
+
getAnnotationType() - Method in class io.micronaut.mqtt.bind.impl.RetainedMqttBinder
+
 
+
getAnnotationType() - Method in class io.micronaut.mqtt.bind.impl.TopicMqttBinder
+
 
+
getAnnotationType() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttPropertyBinder
+
 
+
getAnnotationType() - Method in class io.micronaut.mqtt.v5.bind.MqttPropertyBinder
+
 
+
getArgumentType() - Method in class io.micronaut.mqtt.bind.impl.AcknowledgeMqttBinder
+
 
+
getArgumentType() - Method in interface io.micronaut.mqtt.bind.TypedMqttBinder
+
 
+
getBooleanSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getByteArraySerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getByteBufferSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getCertificate() - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
getCertificateAuthority() - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
getCertificateConfiguration() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getClientId() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getClientId() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getClientId() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
getClientIdentifier() - Method in interface io.micronaut.mqtt.hivemq.client.MqttClientAdapter
+
 
+
getClientIdentifier() - Method in class io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientAdapter
+
 
+
getClientIdentifier() - Method in class io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientAdapter
+
 
+
getConnectionTimeout() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getConnectionTimeout() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getConnectionTimeout() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
getConnectOptions() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getConnectOptions() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
getContentType() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns a string describing the content type.
+
+
getCorrelationData() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the correlation data for the message.
+
+
getCustomWebSocketHeaders() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getDoubleSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getFloatSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getId() - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
 
+
getId() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the message id.
+
+
getId() - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
getId() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
getId() - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
getId() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
getIntegerSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getKeepAliveInterval() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getKey() - Method in class io.micronaut.mqtt.hivemq.bind.UserProperty
+
+
The key of the property.
+
+
getKeyManagerFactory(MqttCertificateConfiguration) - Method in interface io.micronaut.mqtt.hivemq.client.MqttClientFactory
+
 
+
getLongSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getManualAcks() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getManualAcks() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getMaximumPacketSize() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
getMaxReconnectDelay() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getMessageExpiryInterval() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the message expiry interval in seconds.
+
+
getMqttVersion() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getNativeMessage() - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
 
+
getNativeMessage() - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
getNativeMessage() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
getNativeMessage() - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
getNativeMessage() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
getOrder() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getOrder() - Method in class io.micronaut.mqtt.serdes.JsonMqttPayloadSerDes
+
 
+
getPassword() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getPassword() - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
getPayload() - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
 
+
getPayload() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the payload as byte array.
+
+
getPayload() - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
getPayload() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
getPayload() - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
getPayload() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
getPayloadFormatIndicator() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the payload format indicator.
+
+
getPrivateKey() - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
getPrivateKey(Readable, char[]) - Static method in class io.micronaut.mqtt.hivemq.ssl.PrivateKeyReader
+
 
+
getProperties() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
getQos() - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
 
+
getQos() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the quality of service level for the message.
+
+
getQos() - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
getQos() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
getQos() - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
getQos() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
getReceiveMaximum() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
getRequiredAnnotation() - Method in class io.micronaut.mqtt.hivemq.v3.intercept.Mqtt3IntroductionAdvice
+
 
+
getRequiredAnnotation() - Method in class io.micronaut.mqtt.hivemq.v5.intercept.Mqtt5IntroductionAdvice
+
 
+
getRequiredAnnotation() - Method in class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice
+
 
+
getRequiredAnnotation() - Method in class io.micronaut.mqtt.v3.intercept.MqttIntroductionAdvice
+
 
+
getRequiredAnnotation() - Method in class io.micronaut.mqtt.v5.intercept.MqttIntroductionAdvice
+
 
+
getResponseTopic() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the response topic for using MQTT v5 request response pattern.
+
+
getResult() - Method in class io.micronaut.mqtt.hivemq.client.health.MqttHealthIndicator
+
 
+
getResult() - Method in class io.micronaut.mqtt.v3.client.health.MqttHealthIndicator
+
 
+
getResult() - Method in class io.micronaut.mqtt.v5.client.health.MqttHealthIndicator
+
 
+
getServerHost() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getServerPort() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getServerUri() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getServerUri() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getServerUri() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
getSessionExpiryInterval() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
getShortSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getSocketFactory() - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
getSocketFactory() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getSocketFactory() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
getSSLHostnameVerifier() - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
getSSLHostnameVerifier() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getSSLHostnameVerifier() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getSSLHostnameVerifier() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
getSSLProperties() - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
getSSLProperties() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
getSSLProperties() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
getStringSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getTopic() - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
 
+
getTopic() - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
getTopic() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
getTopic() - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
getTopic() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
getTopicAliasMaximum() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
getTopicMap(String[], int[]) - Method in interface io.micronaut.mqtt.hivemq.client.MqttClientAdapter
+
 
+
getTrustManagerFactory(MqttCertificateConfiguration) - Method in interface io.micronaut.mqtt.hivemq.client.MqttClientFactory
+
 
+
getUserName() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
getUserProperties() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns the MQTT user properties.
+
+
getUserProperties() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
getUUIDSerDes() - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
getValue() - Method in class io.micronaut.mqtt.hivemq.bind.UserProperty
+
+
The value of the property.
+
+
getWillMessage() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
+

H

+
+
handle(MqttSubscriberException) - Method in class io.micronaut.mqtt.exception.DefaultMqttSubscriberExceptionHandler
+
 
+
+

I

+
+
Id - Annotation Interface in io.micronaut.mqtt.annotation
+
+
Used to bind the message ID to a parameter.
+
+
IdMqttBinder - Class in io.micronaut.mqtt.bind.impl
+
+
An annotated argument binder for Id.
+
+
IdMqttBinder(ConversionService) - Constructor for class io.micronaut.mqtt.bind.impl.IdMqttBinder
+
 
+
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice
+
 
+
io.micronaut.mqtt.annotation - package io.micronaut.mqtt.annotation
+
+
Annotations for creating MQTT consumers and producers.
+
+
io.micronaut.mqtt.annotation.v3 - package io.micronaut.mqtt.annotation.v3
+
 
+
io.micronaut.mqtt.annotation.v5 - package io.micronaut.mqtt.annotation.v5
+
 
+
io.micronaut.mqtt.bind - package io.micronaut.mqtt.bind
+
 
+
io.micronaut.mqtt.bind.impl - package io.micronaut.mqtt.bind.impl
+
 
+
io.micronaut.mqtt.config - package io.micronaut.mqtt.config
+
 
+
io.micronaut.mqtt.exception - package io.micronaut.mqtt.exception
+
 
+
io.micronaut.mqtt.executor - package io.micronaut.mqtt.executor
+
 
+
io.micronaut.mqtt.hivemq.bind - package io.micronaut.mqtt.hivemq.bind
+
 
+
io.micronaut.mqtt.hivemq.client - package io.micronaut.mqtt.hivemq.client
+
 
+
io.micronaut.mqtt.hivemq.client.health - package io.micronaut.mqtt.hivemq.client.health
+
 
+
io.micronaut.mqtt.hivemq.config - package io.micronaut.mqtt.hivemq.config
+
 
+
io.micronaut.mqtt.hivemq.intercept - package io.micronaut.mqtt.hivemq.intercept
+
 
+
io.micronaut.mqtt.hivemq.ssl - package io.micronaut.mqtt.hivemq.ssl
+
 
+
io.micronaut.mqtt.hivemq.v3.bind - package io.micronaut.mqtt.hivemq.v3.bind
+
 
+
io.micronaut.mqtt.hivemq.v3.client - package io.micronaut.mqtt.hivemq.v3.client
+
 
+
io.micronaut.mqtt.hivemq.v3.config - package io.micronaut.mqtt.hivemq.v3.config
+
 
+
io.micronaut.mqtt.hivemq.v3.intercept - package io.micronaut.mqtt.hivemq.v3.intercept
+
 
+
io.micronaut.mqtt.hivemq.v5.bind - package io.micronaut.mqtt.hivemq.v5.bind
+
 
+
io.micronaut.mqtt.hivemq.v5.client - package io.micronaut.mqtt.hivemq.v5.client
+
 
+
io.micronaut.mqtt.hivemq.v5.config - package io.micronaut.mqtt.hivemq.v5.config
+
 
+
io.micronaut.mqtt.hivemq.v5.intercept - package io.micronaut.mqtt.hivemq.v5.intercept
+
 
+
io.micronaut.mqtt.intercept - package io.micronaut.mqtt.intercept
+
 
+
io.micronaut.mqtt.serdes - package io.micronaut.mqtt.serdes
+
+
Classes for serializing and deserializing MQTT message payloads.
+
+
io.micronaut.mqtt.ssl - package io.micronaut.mqtt.ssl
+
+
MQTT SSL connection management.
+
+
io.micronaut.mqtt.v3.bind - package io.micronaut.mqtt.v3.bind
+
 
+
io.micronaut.mqtt.v3.client - package io.micronaut.mqtt.v3.client
+
 
+
io.micronaut.mqtt.v3.client.health - package io.micronaut.mqtt.v3.client.health
+
 
+
io.micronaut.mqtt.v3.config - package io.micronaut.mqtt.v3.config
+
 
+
io.micronaut.mqtt.v3.intercept - package io.micronaut.mqtt.v3.intercept
+
 
+
io.micronaut.mqtt.v5.bind - package io.micronaut.mqtt.v5.bind
+
 
+
io.micronaut.mqtt.v5.client - package io.micronaut.mqtt.v5.client
+
 
+
io.micronaut.mqtt.v5.client.health - package io.micronaut.mqtt.v5.client.health
+
 
+
io.micronaut.mqtt.v5.config - package io.micronaut.mqtt.v5.config
+
 
+
io.micronaut.mqtt.v5.intercept - package io.micronaut.mqtt.v5.intercept
+
 
+
isAutomaticReconnect() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
isCleanSession() - Method in interface io.micronaut.mqtt.hivemq.v3.config.Mqtt3ClientConfiguration
+
 
+
isCleanStart() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
isConnected() - Method in interface io.micronaut.mqtt.hivemq.client.MqttClientAdapter
+
 
+
isConnected() - Method in class io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientAdapter
+
 
+
isConnected() - Method in class io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientAdapter
+
 
+
isEnabled() - Method in class io.micronaut.mqtt.config.MqttConfigurationProperties
+
 
+
isHttpsHostnameVerificationEnabled() - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
isHttpsHostnameVerificationEnabled() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
isHttpsHostnameVerificationEnabled() - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
isHttpsHostnameVerificationEnabled() - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
isRequestProblemInfo() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
isRequestResponseInfo() - Method in interface io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration
+
 
+
isRetained() - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
 
+
isRetained() - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Returns whether the message is a retained message.
+
+
isRetained() - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
isRetained() - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
isRetained() - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
isRetained() - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
isSSL() - Method in interface io.micronaut.mqtt.hivemq.config.MqttClientConfiguration
+
 
+
+

J

+
+
JavaLangMqttPayloadSerDes - Class in io.micronaut.mqtt.serdes
+
+
Serializes and deserializes standard Java types.
+
+
JavaLangMqttPayloadSerDes() - Constructor for class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
+
Default constructor.
+
+
javaSerDes - Variable in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
JsonMqttPayloadSerDes - Class in io.micronaut.mqtt.serdes
+
+
Serializes and deserializes objects as JSON using Jackson.
+
+
JsonMqttPayloadSerDes(JsonMapper) - Constructor for class io.micronaut.mqtt.serdes.JsonMqttPayloadSerDes
+
+
Default constructor.
+
+
+

K

+
+
KeyManagerFactoryCreationException - Exception in io.micronaut.mqtt.hivemq.ssl
+
+
Thrown when an a KeyManagerFactory can not be created.
+
+
KeyManagerFactoryCreationException(String, Throwable) - Constructor for exception io.micronaut.mqtt.hivemq.ssl.KeyManagerFactoryCreationException
+
 
+
+

M

+
+
Mqtt3ClientAdapter - Class in io.micronaut.mqtt.hivemq.v3.client
+
+
Adapter class for MQTT 3 HiveMQ async client.
+
+
Mqtt3ClientAdapter(Mqtt3AsyncClient, Mqtt3ClientConfiguration) - Constructor for class io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientAdapter
+
 
+
Mqtt3ClientConfiguration - Interface in io.micronaut.mqtt.hivemq.v3.config
+
+
MQTT v3 Client Configuration.
+
+
Mqtt3ClientFactory - Class in io.micronaut.mqtt.hivemq.v3.client
+
+
A factory to create an MQTT v3 client.
+
+
Mqtt3ClientFactory() - Constructor for class io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientFactory
+
 
+
Mqtt3IntroductionAdvice - Class in io.micronaut.mqtt.hivemq.v3.intercept
+
+
The MQTT v3 implementation of AbstractMqttIntroductionAdvice.
+
+
Mqtt3IntroductionAdvice(Mqtt3AsyncClient, MqttBinderRegistry) - Constructor for class io.micronaut.mqtt.hivemq.v3.intercept.Mqtt3IntroductionAdvice
+
 
+
Mqtt5ClientAdapter - Class in io.micronaut.mqtt.hivemq.v5.client
+
+
Adapter class for MQTT 3 HiveMQ async client.
+
+
Mqtt5ClientAdapter(Mqtt5AsyncClient, Mqtt5ClientConfiguration) - Constructor for class io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientAdapter
+
 
+
Mqtt5ClientConfiguration - Interface in io.micronaut.mqtt.hivemq.v5.config
+
+
MQTT v5 Client Configuration.
+
+
Mqtt5ClientFactory - Class in io.micronaut.mqtt.hivemq.v5.client
+
+
A factory to create an MQTT v5 client.
+
+
Mqtt5ClientFactory() - Constructor for class io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientFactory
+
 
+
Mqtt5IntroductionAdvice - Class in io.micronaut.mqtt.hivemq.v5.intercept
+
+
The MQTT v5 implementation of AbstractMqttIntroductionAdvice.
+
+
Mqtt5IntroductionAdvice(Mqtt5AsyncClient, MqttBinderRegistry) - Constructor for class io.micronaut.mqtt.hivemq.v5.intercept.Mqtt5IntroductionAdvice
+
 
+
MqttBinder<M,T> - Interface in io.micronaut.mqtt.bind
+
+
Argument binder to bind publisher and subscriber method arguments + to and from the message context.
+
+
MqttBinderRegistry - Interface in io.micronaut.mqtt.bind
+
+
A registry of binders for binding to and from MQTT messages.
+
+
MqttBindingContext<T> - Interface in io.micronaut.mqtt.bind
+
+
A generic context for binding to MQTT messages.
+
+
MqttCertificateConfiguration - Class in io.micronaut.mqtt.ssl
+
+
MQTT client SSL configuration.
+
+
MqttCertificateConfiguration() - Constructor for class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
MqttClientAdapter - Interface in io.micronaut.mqtt.hivemq.client
+
+
Common interface for HiveMQ MQTT clients.
+
+
MqttClientConfiguration - Interface in io.micronaut.mqtt.hivemq.config
+
+
MQTT Client Configuration.
+
+
MqttClientConfigurationProperties - Class in io.micronaut.mqtt.v3.config
+
+
Configuration for the MQTT client.
+
+
MqttClientConfigurationProperties - Class in io.micronaut.mqtt.v5.config
+
+
Configuration for the MQTT client.
+
+
MqttClientConfigurationProperties(MqttClientConfigurationProperties.WillMessage) - Constructor for class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
MqttClientConfigurationProperties(MqttClientConfigurationProperties.WillMessage) - Constructor for class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
MqttClientException - Exception in io.micronaut.mqtt.exception
+
+
An exception thrown while publishing to MQTT topics.
+
+
MqttClientException(String) - Constructor for exception io.micronaut.mqtt.exception.MqttClientException
+
 
+
MqttClientException(String, Throwable) - Constructor for exception io.micronaut.mqtt.exception.MqttClientException
+
 
+
MqttClientFactory - Class in io.micronaut.mqtt.v3.client
+
+
A factory to create an MQTT client.
+
+
MqttClientFactory - Class in io.micronaut.mqtt.v5.client
+
+
A factory to create an MQTT client.
+
+
MqttClientFactory - Interface in io.micronaut.mqtt.hivemq.client
+
+
Common interface for MQTT client factories.
+
+
MqttClientFactory() - Constructor for class io.micronaut.mqtt.v3.client.MqttClientFactory
+
 
+
MqttClientFactory() - Constructor for class io.micronaut.mqtt.v5.client.MqttClientFactory
+
 
+
MqttConfiguration - Interface in io.micronaut.mqtt.config
+
+
MQTT related configuration.
+
+
MqttConfigurationProperties - Class in io.micronaut.mqtt.config
+
+
ConfigurationProperties implementation for MqttConfiguration.
+
+
MqttConfigurationProperties() - Constructor for class io.micronaut.mqtt.config.MqttConfigurationProperties
+
 
+
MqttExecutorFactory - Class in io.micronaut.mqtt.executor
+
+
Configures a ScheduledExecutorService for running instances.
+
+
MqttExecutorFactory() - Constructor for class io.micronaut.mqtt.executor.MqttExecutorFactory
+
 
+
MqttHealthIndicator - Class in io.micronaut.mqtt.hivemq.client.health
+
+
A HealthIndicator for HiveMQ MQTT Client.
+
+
MqttHealthIndicator - Class in io.micronaut.mqtt.v3.client.health
+
+
A HealthIndicator for Mqtt Client.
+
+
MqttHealthIndicator - Class in io.micronaut.mqtt.v5.client.health
+
+
A HealthIndicator for Mqtt Client.
+
+
MqttHealthIndicator(MqttClientAdapter) - Constructor for class io.micronaut.mqtt.hivemq.client.health.MqttHealthIndicator
+
 
+
MqttHealthIndicator(MqttAsyncClient) - Constructor for class io.micronaut.mqtt.v3.client.health.MqttHealthIndicator
+
+
Constructor.
+
+
MqttHealthIndicator(MqttAsyncClient) - Constructor for class io.micronaut.mqtt.v5.client.health.MqttHealthIndicator
+
+
Constructor.
+
+
MqttIntroductionAdvice - Class in io.micronaut.mqtt.v3.intercept
+
+
The MQTT v3 implementation of AbstractMqttIntroductionAdvice.
+
+
MqttIntroductionAdvice - Class in io.micronaut.mqtt.v5.intercept
+
+
The MQTT v5 implementation of AbstractMqttIntroductionAdvice.
+
+
MqttIntroductionAdvice(MqttAsyncClient, MqttBinderRegistry) - Constructor for class io.micronaut.mqtt.v3.intercept.MqttIntroductionAdvice
+
 
+
MqttIntroductionAdvice(MqttAsyncClient, MqttBinderRegistry) - Constructor for class io.micronaut.mqtt.v5.intercept.MqttIntroductionAdvice
+
 
+
MqttMessage - Class in io.micronaut.mqtt.hivemq.bind
+
+
A MQTT message holds the payload and options + for message delivery.
+
+
MqttMessage() - Constructor for class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
 
+
MqttMessage(byte[]) - Constructor for class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
 
+
MqttPayloadSerDes<T> - Interface in io.micronaut.mqtt.serdes
+
+
Responsible for serializing and deserializing MQTT message payloads.
+
+
MqttPayloadSerDesRegistry - Interface in io.micronaut.mqtt.serdes
+
+
A registry of MqttPayloadSerDes instances.
+
+
MqttProperties - Annotation Interface in io.micronaut.mqtt.annotation.v5
+
+
Used for binding arguments to mqtt properties.
+
+
MqttProperty - Annotation Interface in io.micronaut.mqtt.annotation.v5
+
+
Used for binding arguments to mqtt properties.
+
+
MqttPropertyBinder - Class in io.micronaut.mqtt.hivemq.v5.bind
+
+
Binds arguments to and from MqttMessage.
+
+
MqttPropertyBinder - Class in io.micronaut.mqtt.v5.bind
+
+
Binds arguments to and from MqttProperties.
+
+
MqttPropertyBinder(ConversionService) - Constructor for class io.micronaut.mqtt.hivemq.v5.bind.MqttPropertyBinder
+
 
+
MqttPropertyBinder(ConversionService) - Constructor for class io.micronaut.mqtt.v5.bind.MqttPropertyBinder
+
 
+
MqttPublisher - Annotation Interface in io.micronaut.mqtt.annotation.v3
+
+
An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
+
+
MqttPublisher - Annotation Interface in io.micronaut.mqtt.annotation.v5
+
+
An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
+
+
MqttSSLConfiguration - Interface in io.micronaut.mqtt.config
+
+
Generic interface for manipulating SSL based properties + in MQTT configuration.
+
+
MqttSubscriber - Annotation Interface in io.micronaut.mqtt.annotation
+
+
Class level annotation to indicate that a bean will be consumers of messages + from Mqtt.
+
+
MqttSubscriberAdvice - Class in io.micronaut.mqtt.hivemq.intercept
+
+
The HiveMQ implementation of AbstractMqttSubscriberAdvice.
+
+
MqttSubscriberAdvice - Class in io.micronaut.mqtt.v3.intercept
+
+
The MQTT v3 implementation of AbstractMqttSubscriberAdvice.
+
+
MqttSubscriberAdvice - Class in io.micronaut.mqtt.v5.intercept
+
+
The MQTT v5 implementation of AbstractMqttSubscriberAdvice.
+
+
MqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler, MqttClientAdapter) - Constructor for class io.micronaut.mqtt.hivemq.intercept.MqttSubscriberAdvice
+
 
+
MqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler, MqttAsyncClient) - Constructor for class io.micronaut.mqtt.v3.intercept.MqttSubscriberAdvice
+
 
+
MqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler, MqttAsyncClient) - Constructor for class io.micronaut.mqtt.v5.intercept.MqttSubscriberAdvice
+
 
+
MqttSubscriberException - Exception in io.micronaut.mqtt.exception
+
+
An exception thrown while subscribing to MQTT topics.
+
+
MqttSubscriberException(String) - Constructor for exception io.micronaut.mqtt.exception.MqttSubscriberException
+
 
+
MqttSubscriberException(String, Throwable) - Constructor for exception io.micronaut.mqtt.exception.MqttSubscriberException
+
 
+
MqttSubscriberExceptionHandler - Interface in io.micronaut.mqtt.exception
+
+
Responsible for handling exceptions thrown during the subscription process.
+
+
MqttV3BindingContext - Class in io.micronaut.mqtt.hivemq.v3.bind
+
+
A binding context for MQTT v3 messages.
+
+
MqttV3BindingContext - Class in io.micronaut.mqtt.v3.bind
+
+
A binding context for MQTT v3 messages.
+
+
MqttV3BindingContext(Mqtt3AsyncClient, MqttMessage) - Constructor for class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
MqttV3BindingContext(MqttAsyncClient, MqttMessage) - Constructor for class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
MqttV5BindingContext - Class in io.micronaut.mqtt.hivemq.v5.bind
+
+
A binding context for MQTT v5 messages.
+
+
MqttV5BindingContext - Class in io.micronaut.mqtt.v5.bind
+
+
A binding context for MQTT v5 messages.
+
+
MqttV5BindingContext(Mqtt5AsyncClient, MqttMessage) - Constructor for class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
MqttV5BindingContext(MqttAsyncClient, MqttMessage) - Constructor for class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
+

N

+
+
name() - Element in annotation interface io.micronaut.mqtt.annotation.v5.MqttProperty
+
+
Never used if applied to a parameter.
+
+
NAME - Static variable in class io.micronaut.mqtt.hivemq.client.health.MqttHealthIndicator
+
 
+
NAME - Static variable in class io.micronaut.mqtt.v3.client.health.MqttHealthIndicator
+
 
+
NAME - Static variable in class io.micronaut.mqtt.v5.client.health.MqttHealthIndicator
+
 
+
+

O

+
+
ORDER - Static variable in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
+
The order of this serDes.
+
+
ORDER - Static variable in class io.micronaut.mqtt.serdes.JsonMqttPayloadSerDes
+
+
The order of this serDes.
+
+
+

P

+
+
PayloadMqttBinder - Class in io.micronaut.mqtt.bind.impl
+
+
A binder responsible for binding to the payload of the message.
+
+
PayloadMqttBinder(MqttPayloadSerDesRegistry) - Constructor for class io.micronaut.mqtt.bind.impl.PayloadMqttBinder
+
 
+
PREFIX - Static variable in class io.micronaut.mqtt.config.MqttConfigurationProperties
+
 
+
PrivateKeyReader - Class in io.micronaut.mqtt.hivemq.ssl
+
+
Reader for reading PKCS #1 and PKCS #8 private keys from PEM files.
+
+
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice
+
 
+
publish(String, MqttMessage, BiConsumer<Mqtt3Publish, Throwable>) - Method in class io.micronaut.mqtt.hivemq.v3.intercept.Mqtt3IntroductionAdvice
+
 
+
publish(String, MqttMessage, BiConsumer<Mqtt5PublishResult, Throwable>) - Method in class io.micronaut.mqtt.hivemq.v5.intercept.Mqtt5IntroductionAdvice
+
 
+
publish(String, M, L) - Method in class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice
+
+
Publishes the message.
+
+
publish(String, MqttMessage, IMqttActionListener) - Method in class io.micronaut.mqtt.v3.intercept.MqttIntroductionAdvice
+
 
+
publish(String, MqttMessage, MqttActionListener) - Method in class io.micronaut.mqtt.v5.intercept.MqttIntroductionAdvice
+
 
+
+

Q

+
+
qos() - Element in annotation interface io.micronaut.mqtt.annotation.Topic
+
 
+
Qos - Annotation Interface in io.micronaut.mqtt.annotation
+
+
Used for binding the message Qos.
+
+
QosMqttBinder - Class in io.micronaut.mqtt.bind.impl
+
+
An annotated argument binder for Qos.
+
+
QosMqttBinder(ConversionService) - Constructor for class io.micronaut.mqtt.bind.impl.QosMqttBinder
+
 
+
+

R

+
+
readCertificate(Readable) - Static method in class io.micronaut.mqtt.hivemq.ssl.CertificateReader
+
 
+
Retained - Annotation Interface in io.micronaut.mqtt.annotation
+
+
Used for binding the message retained parameter.
+
+
RetainedMqttBinder - Class in io.micronaut.mqtt.bind.impl
+
+
An annotated argument binder for Retained.
+
+
RetainedMqttBinder(ConversionService) - Constructor for class io.micronaut.mqtt.bind.impl.RetainedMqttBinder
+
 
+
+

S

+
+
serialize(Object) - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
serialize(Object) - Method in class io.micronaut.mqtt.serdes.JsonMqttPayloadSerDes
+
 
+
serialize(T) - Method in interface io.micronaut.mqtt.serdes.MqttPayloadSerDes
+
+
Serializes the data into a byte[] to be published + to MQTT.
+
+
setCertificate(Readable) - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
setCertificateAuthority(Readable) - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
setClientId(String) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setClientId(String) - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
setConnectionTimeout(Duration) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setConnectionTimeout(Duration) - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
setContentType(String) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the content type description for the message.
+
+
setCorrelationData(byte[]) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the correlation data for the message.
+
+
setEnabled(boolean) - Method in class io.micronaut.mqtt.config.MqttConfigurationProperties
+
+
Enables Micronaut MQTT integration.
+
+
setHttpsHostnameVerificationEnabled(boolean) - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
setHttpsHostnameVerificationEnabled(boolean) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setHttpsHostnameVerificationEnabled(boolean) - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
setId(int) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the message id.
+
+
setManualAcks(boolean) - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
setManualAcks(boolean) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
setManualAcks(Boolean) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setMessageExpiryInterval(long) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the message expiry interval in seconds.
+
+
setMqtt3Publish(Mqtt3Publish) - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
setMqtt5Publish(Mqtt5Publish) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
setPassword(char[]) - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
setPayload(byte[]) - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
+
Sets the message payload.
+
+
setPayload(byte[]) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the payload of the message.
+
+
setPayload(byte[]) - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
setPayload(byte[]) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
setPayload(byte[]) - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
setPayload(byte[]) - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
setPayloadFormatIndicator(int) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the payload format indicator.
+
+
setPrivateKey(Readable) - Method in class io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
 
+
setProperties(MqttProperties) - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
setQos(int) - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
+
Sets the message qos.
+
+
setQos(int) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the quality of service level for the message.
+
+
setQos(int) - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
setQos(int) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
setQos(int) - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
setQos(int) - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
setResponseTopic(String) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the response topic for using MQTT v5 request response pattern.
+
+
setRetained(boolean) - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
+
Sets the message to be retained.
+
+
setRetained(boolean) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets whether the message is retained.
+
+
setRetained(boolean) - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
setRetained(boolean) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
setRetained(boolean) - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
setRetained(boolean) - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
setServerUri(String) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setServerUri(String) - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
setSocketFactory(SocketFactory) - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
setSocketFactory(SocketFactory) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setSocketFactory(SocketFactory) - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
setSSLHostnameVerifier(HostnameVerifier) - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
setSSLHostnameVerifier(HostnameVerifier) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setSSLHostnameVerifier(HostnameVerifier) - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
setSSLProperties(Properties) - Method in interface io.micronaut.mqtt.config.MqttSSLConfiguration
+
 
+
setSSLProperties(Properties) - Method in class io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
 
+
setSSLProperties(Properties) - Method in class io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
 
+
setTopic(String) - Method in interface io.micronaut.mqtt.bind.MqttBindingContext
+
+
Sets the message topic.
+
+
setTopic(String) - Method in class io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
 
+
setTopic(String) - Method in class io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
 
+
setTopic(String) - Method in class io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
 
+
setTopic(String) - Method in class io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
 
+
setUserProperties(List<UserProperty>) - Method in class io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
Sets the MQTT user properties.
+
+
subscribe(String[], int[], Consumer<MqttBindingContext<MqttMessage>>) - Method in interface io.micronaut.mqtt.hivemq.client.MqttClientAdapter
+
 
+
subscribe(String[], int[], Consumer<MqttBindingContext<MqttMessage>>) - Method in class io.micronaut.mqtt.hivemq.intercept.MqttSubscriberAdvice
+
 
+
subscribe(String[], int[], Consumer<MqttBindingContext<MqttMessage>>) - Method in class io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientAdapter
+
 
+
subscribe(String[], int[], Consumer<MqttBindingContext<MqttMessage>>) - Method in class io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientAdapter
+
 
+
subscribe(String[], int[], Consumer<MqttBindingContext<M>>) - Method in class io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice
+
 
+
subscribe(String[], int[], Consumer<MqttBindingContext<MqttMessage>>) - Method in class io.micronaut.mqtt.v3.intercept.MqttSubscriberAdvice
+
 
+
subscribe(String[], int[], Consumer<MqttBindingContext<MqttMessage>>) - Method in class io.micronaut.mqtt.v5.intercept.MqttSubscriberAdvice
+
 
+
supports(Argument<Object>) - Method in class io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
 
+
supports(Argument<Object>) - Method in class io.micronaut.mqtt.serdes.JsonMqttPayloadSerDes
+
 
+
supports(Argument<T>) - Method in interface io.micronaut.mqtt.serdes.MqttPayloadSerDes
+
+
Determines if this serdes supports the given type.
+
+
+

T

+
+
Topic - Annotation Interface in io.micronaut.mqtt.annotation
+
+
Used for binding the message topic and other parameters.
+
+
TopicMqttBinder - Class in io.micronaut.mqtt.bind.impl
+
+
An annotated argument binder for Topic.
+
+
TopicMqttBinder(ConversionService) - Constructor for class io.micronaut.mqtt.bind.impl.TopicMqttBinder
+
 
+
Topics - Annotation Interface in io.micronaut.mqtt.annotation
+
+
Used to supply multiple topics on subscriber methods.
+
+
TrustManagerFactoryCreationException - Exception in io.micronaut.mqtt.hivemq.ssl
+
+
Thrown when a TrustManagerFactory can not be created.
+
+
TrustManagerFactoryCreationException(String, Exception) - Constructor for exception io.micronaut.mqtt.hivemq.ssl.TrustManagerFactoryCreationException
+
 
+
TypedMqttBinder<M,T> - Interface in io.micronaut.mqtt.bind
+
+
Argument binder based on the type of the argument.
+
+
+

U

+
+
unsubscribe(Set<String>) - Method in interface io.micronaut.mqtt.hivemq.client.MqttClientAdapter
+
 
+
unsubscribe(Set<String>) - Method in class io.micronaut.mqtt.hivemq.intercept.MqttSubscriberAdvice
+
 
+
unsubscribe(Set<String>) - Method in class io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientAdapter
+
 
+
unsubscribe(Set<String>) - Method in class io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientAdapter
+
 
+
unsubscribe(Set<String>) - Method in class io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice
+
 
+
unsubscribe(Set<String>) - Method in class io.micronaut.mqtt.v3.intercept.MqttSubscriberAdvice
+
 
+
unsubscribe(Set<String>) - Method in class io.micronaut.mqtt.v5.intercept.MqttSubscriberAdvice
+
 
+
UserProperty - Class in io.micronaut.mqtt.hivemq.bind
+
+
Represents a MQTT v5 property.
+
+
UserProperty(String, String) - Constructor for class io.micronaut.mqtt.hivemq.bind.UserProperty
+
 
+
+

V

+
+
value() - Element in annotation interface io.micronaut.mqtt.annotation.Qos
+
 
+
value() - Element in annotation interface io.micronaut.mqtt.annotation.Retained
+
 
+
value() - Element in annotation interface io.micronaut.mqtt.annotation.Topic
+
 
+
value() - Element in annotation interface io.micronaut.mqtt.annotation.Topics
+
 
+
value() - Element in annotation interface io.micronaut.mqtt.annotation.v3.MqttPublisher
+
 
+
value() - Element in annotation interface io.micronaut.mqtt.annotation.v5.MqttProperties
+
 
+
value() - Element in annotation interface io.micronaut.mqtt.annotation.v5.MqttProperty
+
+
If used as a bound parameter, this is the property name.
+
+
+A B C D F G H I J K M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
+
+
+ + diff --git a/3.4.1/api/index.html b/3.4.1/api/index.html new file mode 100644 index 00000000..35792ddc --- /dev/null +++ b/3.4.1/api/index.html @@ -0,0 +1,139 @@ + + + + +Overview (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ + +
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/Id.html b/3.4.1/api/io/micronaut/mqtt/annotation/Id.html new file mode 100644 index 00000000..e5fb9aa1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/Id.html @@ -0,0 +1,88 @@ + + + + +Id (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface Id

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target(PARAMETER) +@Bindable +@Inherited +public @interface Id
+
Used to bind the message ID to a parameter.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/MqttSubscriber.html b/3.4.1/api/io/micronaut/mqtt/annotation/MqttSubscriber.html new file mode 100644 index 00000000..60d08a93 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/MqttSubscriber.html @@ -0,0 +1,88 @@ + + + + +MqttSubscriber (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface MqttSubscriber

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target(TYPE) +@MessageListener +public @interface MqttSubscriber
+
Class level annotation to indicate that a bean will be consumers of messages + from Mqtt.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/Qos.html b/3.4.1/api/io/micronaut/mqtt/annotation/Qos.html new file mode 100644 index 00000000..6979dff3 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/Qos.html @@ -0,0 +1,169 @@ + + + + +Qos (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface Qos

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target({TYPE,METHOD,PARAMETER}) +@Bindable +@Inherited +public @interface Qos
+
Used for binding the message Qos. This annotation should not be used on subscriber + classes or methods as the Qos must be set per topic. Use Topic.qos() instead. + The annotation may be applied to publisher classes and methods because a publisher may only + publish to a single topic.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    +
    int
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      DEFAULT_VALUE

      +
      static final int DEFAULT_VALUE
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      int value
      +
      +
      Default:
      +
      1
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/Retained.html b/3.4.1/api/io/micronaut/mqtt/annotation/Retained.html new file mode 100644 index 00000000..83bad157 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/Retained.html @@ -0,0 +1,129 @@ + + + + +Retained (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface Retained

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target({TYPE,METHOD,PARAMETER}) +@Bindable +@Inherited +public @interface Retained
+
Used for binding the message retained parameter.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    +
    boolean
    + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      boolean value
      +
      +
      Default:
      +
      false
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/Topic.html b/3.4.1/api/io/micronaut/mqtt/annotation/Topic.html new file mode 100644 index 00000000..d27d77b1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/Topic.html @@ -0,0 +1,157 @@ + + + + +Topic (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface Topic

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target({TYPE,METHOD,PARAMETER}) +@Repeatable(Topics.class) +@Bindable +@Executable +@Inherited +public @interface Topic
+
Used for binding the message topic and other parameters. Use multiple annotations to + subscribe to multiple topics. + + When used on a subscriber, any topic annotations from the class level will be used + in addition to any annotations found on the method level. + + Only one instance of the annotation can be applied to publishers because publishers + cannot publish to multiple topics.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    +
    int
    + +
     
    + + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      @AliasFor(annotation=io.micronaut.messaging.annotation.MessageMapping.class, + member="value") +String value
      +
      +
      Returns:
      +
      The topic to subscribe to
      +
      +
      +
      Default:
      +
      ""
      +
      +
      +
    • +
    • +
      +

      qos

      +
      int qos
      +
      +
      Default:
      +
      1
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/Topics.html b/3.4.1/api/io/micronaut/mqtt/annotation/Topics.html new file mode 100644 index 00000000..1f53dd27 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/Topics.html @@ -0,0 +1,131 @@ + + + + +Topics (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface Topics

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target({TYPE,METHOD}) +@Executable +@Inherited +public @interface Topics
+
Used to supply multiple topics on subscriber methods. Subscribers can subscribe + to multiple topics with individual qos settings, however publishers can only + publish to a single topic so this annotation should not be used in that context.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    + + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      Topic[] value
      +
      +
      Default:
      +
      {}
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/package-summary.html b/3.4.1/api/io/micronaut/mqtt/annotation/package-summary.html new file mode 100644 index 00000000..f09280df --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/package-summary.html @@ -0,0 +1,126 @@ + + + + +io.micronaut.mqtt.annotation (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.annotation

+
+
+
package io.micronaut.mqtt.annotation
+
+
Annotations for creating MQTT consumers and producers.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    +
  • + +
  • +
  • +
    +
    Annotation Interfaces
    +
    +
    Class
    +
    Description
    + +
    +
    Used to bind the message ID to a parameter.
    +
    + +
    +
    Class level annotation to indicate that a bean will be consumers of messages + from Mqtt.
    +
    + +
    +
    Used for binding the message Qos.
    +
    + +
    +
    Used for binding the message retained parameter.
    +
    + +
    +
    Used for binding the message topic and other parameters.
    +
    + +
    +
    Used to supply multiple topics on subscriber methods.
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/package-tree.html b/3.4.1/api/io/micronaut/mqtt/annotation/package-tree.html new file mode 100644 index 00000000..1e73ca2e --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/package-tree.html @@ -0,0 +1,71 @@ + + + + +io.micronaut.mqtt.annotation Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.annotation

+Package Hierarchies: + +
+
+

Annotation Interface Hierarchy

+
    +
  • io.micronaut.mqtt.annotation.Id (implements java.lang.annotation.Annotation)
  • +
  • io.micronaut.mqtt.annotation.MqttSubscriber (implements java.lang.annotation.Annotation)
  • +
  • io.micronaut.mqtt.annotation.Qos (implements java.lang.annotation.Annotation)
  • +
  • io.micronaut.mqtt.annotation.Retained (implements java.lang.annotation.Annotation)
  • +
  • io.micronaut.mqtt.annotation.Topic (implements java.lang.annotation.Annotation)
  • +
  • io.micronaut.mqtt.annotation.Topics (implements java.lang.annotation.Annotation)
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v3/MqttPublisher.html b/3.4.1/api/io/micronaut/mqtt/annotation/v3/MqttPublisher.html new file mode 100644 index 00000000..ce5a4971 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v3/MqttPublisher.html @@ -0,0 +1,141 @@ + + + + +MqttPublisher (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface MqttPublisher

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target(TYPE) +@Scope +@Introduction +@Recoverable +@Singleton +public @interface MqttPublisher
+
An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    + + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      String value
      +
      +
      Returns:
      +
      The topic to publish messages to.
      +
      +
      +
      Default:
      +
      ""
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v3/package-summary.html b/3.4.1/api/io/micronaut/mqtt/annotation/v3/package-summary.html new file mode 100644 index 00000000..60ecd05e --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v3/package-summary.html @@ -0,0 +1,98 @@ + + + + +io.micronaut.mqtt.annotation.v3 (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.annotation.v3

+
+
+
package io.micronaut.mqtt.annotation.v3
+
+
    +
  • + +
  • +
  • +
    +
    Annotation Interfaces
    +
    +
    Class
    +
    Description
    + +
    +
    An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v3/package-tree.html b/3.4.1/api/io/micronaut/mqtt/annotation/v3/package-tree.html new file mode 100644 index 00000000..8d2ec466 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v3/package-tree.html @@ -0,0 +1,66 @@ + + + + +io.micronaut.mqtt.annotation.v3 Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.annotation.v3

+Package Hierarchies: + +
+
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperties.html b/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperties.html new file mode 100644 index 00000000..2d7b7621 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperties.html @@ -0,0 +1,131 @@ + + + + +MqttProperties (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface MqttProperties

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target({TYPE,METHOD}) +public @interface MqttProperties
+
Used for binding arguments to mqtt properties.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    + + +
     
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      MqttProperty[] value
      +
      +
      Returns:
      +
      The properties to set
      +
      +
      +
      Default:
      +
      {}
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperty.html b/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperty.html new file mode 100644 index 00000000..bfe1edef --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttProperty.html @@ -0,0 +1,158 @@ + + + + +MqttProperty (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface MqttProperty

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target({PARAMETER,TYPE,METHOD}) +@Repeatable(MqttProperties.class) +@Bindable +public @interface MqttProperty
+
Used for binding arguments to mqtt properties.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Optional Element Summary

    +
    Optional Elements
    +
    +
    Modifier and Type
    +
    Optional Element
    +
    Description
    + + +
    +
    Never used if applied to a parameter.
    +
    + + +
    +
    If used as a bound parameter, this is the property name.
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Element Details

    +
      +
    • +
      +

      value

      +
      String value
      +
      If used as a bound parameter, this is the property name. If used on a class + level this is value and not the property name.
      +
      +
      Returns:
      +
      The name of the property, otherwise it is inferred from the name()
      +
      +
      +
      Default:
      +
      ""
      +
      +
      +
    • +
    • +
      +

      name

      +
      String name
      +
      Never used if applied to a parameter. Supplies the property name if used on + a class or method.
      +
      +
      Returns:
      +
      The name of property
      +
      +
      +
      Default:
      +
      ""
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttPublisher.html b/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttPublisher.html new file mode 100644 index 00000000..5acc9923 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v5/MqttPublisher.html @@ -0,0 +1,96 @@ + + + + +MqttPublisher (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface MqttPublisher

+
+
+
+
@Documented +@Retention(RUNTIME) +@Target(TYPE) +@Scope +@Introduction +@Recoverable +@Singleton +public @interface MqttPublisher
+
An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
See Also:
+
+ +
+
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v5/package-summary.html b/3.4.1/api/io/micronaut/mqtt/annotation/v5/package-summary.html new file mode 100644 index 00000000..5060c0fb --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v5/package-summary.html @@ -0,0 +1,106 @@ + + + + +io.micronaut.mqtt.annotation.v5 (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.annotation.v5

+
+
+
package io.micronaut.mqtt.annotation.v5
+
+
    +
  • + +
  • +
  • +
    +
    Annotation Interfaces
    +
    +
    Class
    +
    Description
    + +
    +
    Used for binding arguments to mqtt properties.
    +
    + +
    +
    Used for binding arguments to mqtt properties.
    +
    + +
    +
    An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/annotation/v5/package-tree.html b/3.4.1/api/io/micronaut/mqtt/annotation/v5/package-tree.html new file mode 100644 index 00000000..925a2e70 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/annotation/v5/package-tree.html @@ -0,0 +1,68 @@ + + + + +io.micronaut.mqtt.annotation.v5 Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.annotation.v5

+Package Hierarchies: + +
+
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/AnnotatedMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/AnnotatedMqttBinder.html new file mode 100644 index 00000000..4916bd78 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/AnnotatedMqttBinder.html @@ -0,0 +1,145 @@ + + + + +AnnotatedMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface AnnotatedMqttBinder<M,T extends Annotation>

+
+
+
+
Type Parameters:
+
M - The message context
+
T - The annotation type
+
+
+
All Superinterfaces:
+
MqttBinder<M,Object>
+
+
+
All Known Implementing Classes:
+
IdMqttBinder, MqttPropertyBinder, MqttPropertyBinder, PayloadMqttBinder, QosMqttBinder, RetainedMqttBinder, TopicMqttBinder
+
+
+
public interface AnnotatedMqttBinder<M,T extends Annotation> +extends MqttBinder<M,Object>
+
An MqttBinder that binds based on the presence of an annotation on the argument.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from interface io.micronaut.mqtt.bind.MqttBinder

    +bindFrom, bindTo
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnnotationType

      +
      Class<T> getAnnotationType()
      +
      +
      Returns:
      +
      The annotation type
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/DefaultMqttBinderRegistry.html b/3.4.1/api/io/micronaut/mqtt/bind/DefaultMqttBinderRegistry.html new file mode 100644 index 00000000..591ba059 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/DefaultMqttBinderRegistry.html @@ -0,0 +1,196 @@ + + + + +DefaultMqttBinderRegistry (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DefaultMqttBinderRegistry

+
+
java.lang.Object +
io.micronaut.mqtt.bind.DefaultMqttBinderRegistry
+
+
+
+
All Implemented Interfaces:
+
MqttBinderRegistry
+
+
+
@Singleton +public class DefaultMqttBinderRegistry +extends Object +implements MqttBinderRegistry
+
A default implementation of MqttBinderRegistry that searches + for binders based on argument annotations, then based on the argument + type.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DefaultMqttBinderRegistry

      +
      public DefaultMqttBinderRegistry(FallbackMqttBinder<?> fallbackMqttBinder, + MqttBinder<?,?>... binders)
      +
      Default constructor.
      +
      +
      Parameters:
      +
      fallbackMqttBinder - The binder to use when one cannot be found for an argument
      +
      binders - The list of binders to choose from to bind an argument
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findArgumentBinder

      +
      public <T> MqttBinder<?,T> findArgumentBinder(io.micronaut.core.type.Argument<T> argument)
      +
      Description copied from interface: MqttBinderRegistry
      +
      Finds a binder for the given argument.
      +
      +
      Specified by:
      +
      findArgumentBinder in interface MqttBinderRegistry
      +
      Type Parameters:
      +
      T - The argument type
      +
      Parameters:
      +
      argument - The argument
      +
      Returns:
      +
      A binder
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/FallbackMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/FallbackMqttBinder.html new file mode 100644 index 00000000..00d8a3dc --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/FallbackMqttBinder.html @@ -0,0 +1,111 @@ + + + + +FallbackMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface FallbackMqttBinder<M>

+
+
+
+
Type Parameters:
+
M - The message type
+
+
+
All Superinterfaces:
+
MqttBinder<M,Object>
+
+
+
All Known Implementing Classes:
+
DefaultMqttBinder
+
+
+
public interface FallbackMqttBinder<M> +extends MqttBinder<M,Object>
+
A binder to use when no other binders match the argument.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/MqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/MqttBinder.html new file mode 100644 index 00000000..5b5e2216 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/MqttBinder.html @@ -0,0 +1,174 @@ + + + + +MqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttBinder<M,T>

+
+
+
+
Type Parameters:
+
M - The message context
+
T - The type
+
+
+
All Known Subinterfaces:
+
AnnotatedMqttBinder<M,T>, FallbackMqttBinder<M>, TypedMqttBinder<M,T>
+
+
+
All Known Implementing Classes:
+
AcknowledgeMqttBinder, DefaultMqttBinder, IdMqttBinder, MqttPropertyBinder, MqttPropertyBinder, PayloadMqttBinder, QosMqttBinder, RetainedMqttBinder, TopicMqttBinder
+
+
+
public interface MqttBinder<M,T>
+
Argument binder to bind publisher and subscriber method arguments + to and from the message context.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    bindFrom(M context, + io.micronaut.core.convert.ArgumentConversionContext<T> conversionContext)
    +
    +
    Binds the given context and returns an optional value.
    +
    +
    void
    +
    bindTo(M context, + T value, + io.micronaut.core.type.Argument<T> argument)
    +
    +
    Binds the given value to the given context.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      bindTo

      +
      void bindTo(M context, + T value, + io.micronaut.core.type.Argument<T> argument)
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Parameters:
      +
      context - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      Optional<T> bindFrom(M context, + io.micronaut.core.convert.ArgumentConversionContext<T> conversionContext)
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Parameters:
      +
      context - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/MqttBinderRegistry.html b/3.4.1/api/io/micronaut/mqtt/bind/MqttBinderRegistry.html new file mode 100644 index 00000000..45ca8b8d --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/MqttBinderRegistry.html @@ -0,0 +1,145 @@ + + + + +MqttBinderRegistry (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttBinderRegistry

+
+
+
+
All Known Implementing Classes:
+
DefaultMqttBinderRegistry
+
+
+
public interface MqttBinderRegistry
+
A registry of binders for binding to and from MQTT messages.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    <T> MqttBinder<?,T>
    +
    findArgumentBinder(io.micronaut.core.type.Argument<T> argument)
    +
    +
    Finds a binder for the given argument.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findArgumentBinder

      +
      <T> MqttBinder<?,T> findArgumentBinder(io.micronaut.core.type.Argument<T> argument)
      +
      Finds a binder for the given argument.
      +
      +
      Type Parameters:
      +
      T - The argument type
      +
      Parameters:
      +
      argument - The argument
      +
      Returns:
      +
      A binder
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/MqttBindingContext.html b/3.4.1/api/io/micronaut/mqtt/bind/MqttBindingContext.html new file mode 100644 index 00000000..3529ed13 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/MqttBindingContext.html @@ -0,0 +1,284 @@ + + + + +MqttBindingContext (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttBindingContext<T>

+
+
+
+
Type Parameters:
+
T - The message type
+
+
+
All Known Implementing Classes:
+
MqttV3BindingContext, MqttV3BindingContext, MqttV5BindingContext, MqttV5BindingContext
+
+
+
@Introspected +public interface MqttBindingContext<T>
+
A generic context for binding to MQTT messages.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Acknowledges a message.
    +
    +
    int
    + +
     
    + + +
     
    +
    byte[]
    + +
     
    +
    int
    + +
     
    + + +
     
    +
    boolean
    + +
     
    +
    void
    +
    setPayload(byte[] payload)
    +
    +
    Sets the message payload.
    +
    +
    void
    +
    setQos(int qos)
    +
    +
    Sets the message qos.
    +
    +
    void
    +
    setRetained(boolean retained)
    +
    +
    Sets the message to be retained.
    +
    +
    void
    + +
    +
    Sets the message topic.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPayload

      +
      byte[] getPayload()
      +
      +
      Returns:
      +
      The message payload
      +
      +
      +
    • +
    • +
      +

      setPayload

      +
      void setPayload(byte[] payload)
      +
      Sets the message payload.
      +
      +
      Parameters:
      +
      payload - The payload
      +
      +
      +
    • +
    • +
      +

      isRetained

      +
      boolean isRetained()
      +
      +
      Returns:
      +
      True if the message is retained
      +
      +
      +
    • +
    • +
      +

      setRetained

      +
      void setRetained(boolean retained)
      +
      Sets the message to be retained.
      +
      +
      Parameters:
      +
      retained - The retained flag
      +
      +
      +
    • +
    • +
      +

      getQos

      +
      int getQos()
      +
      +
      Returns:
      +
      The message QOS
      +
      +
      +
    • +
    • +
      +

      setQos

      +
      void setQos(int qos)
      +
      Sets the message qos. Must be 0, 1, or 2.
      +
      +
      Parameters:
      +
      qos - The qos
      +
      +
      +
    • +
    • +
      +

      getTopic

      +
      String getTopic()
      +
      +
      Returns:
      +
      The message topic
      +
      +
      +
    • +
    • +
      +

      setTopic

      +
      void setTopic(String topic)
      +
      Sets the message topic.
      +
      +
      Parameters:
      +
      topic - The topic
      +
      +
      +
    • +
    • +
      +

      getId

      +
      int getId()
      +
      +
      Returns:
      +
      The message ID
      +
      +
      +
    • +
    • +
      +

      acknowlege

      +
      void acknowlege()
      +
      Acknowledges a message.
      +
      +
    • +
    • +
      +

      getNativeMessage

      +
      T getNativeMessage()
      +
      +
      Returns:
      +
      The underlying message instance
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/TypedMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/TypedMqttBinder.html new file mode 100644 index 00000000..9f739a63 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/TypedMqttBinder.html @@ -0,0 +1,141 @@ + + + + +TypedMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface TypedMqttBinder<M,T>

+
+
+
+
Type Parameters:
+
M - The message context
+
T - The type
+
+
+
All Superinterfaces:
+
MqttBinder<M,T>
+
+
+
All Known Implementing Classes:
+
AcknowledgeMqttBinder
+
+
+
public interface TypedMqttBinder<M,T> +extends MqttBinder<M,T>
+
Argument binder based on the type of the argument.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    io.micronaut.core.type.Argument<T>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from interface io.micronaut.mqtt.bind.MqttBinder

    +bindFrom, bindTo
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getArgumentType

      +
      io.micronaut.core.type.Argument<T> getArgumentType()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/AcknowledgeMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/AcknowledgeMqttBinder.html new file mode 100644 index 00000000..4535b3eb --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/AcknowledgeMqttBinder.html @@ -0,0 +1,227 @@ + + + + +AcknowledgeMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AcknowledgeMqttBinder

+
+
java.lang.Object +
io.micronaut.mqtt.bind.impl.AcknowledgeMqttBinder
+
+
+
+
All Implemented Interfaces:
+
MqttBinder<MqttBindingContext<?>,io.micronaut.messaging.Acknowledgement>, TypedMqttBinder<MqttBindingContext<?>,io.micronaut.messaging.Acknowledgement>
+
+
+
@Singleton +public class AcknowledgeMqttBinder +extends Object +implements TypedMqttBinder<MqttBindingContext<?>,io.micronaut.messaging.Acknowledgement>
+
A typed binder for Acknowledgement that allows subscribers to manually + acknowledge messages. An Acknowledgement must be an argument to subscriber methods + and used when manual acknowledgements is set to true in the configuration.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    Optional<io.micronaut.messaging.Acknowledgement>
    +
    bindFrom(MqttBindingContext<?> context, + io.micronaut.core.convert.ArgumentConversionContext<io.micronaut.messaging.Acknowledgement> conversionContext)
    +
    +
    Binds the given context and returns an optional value.
    +
    +
    void
    +
    bindTo(MqttBindingContext<?> context, + io.micronaut.messaging.Acknowledgement value, + io.micronaut.core.type.Argument<io.micronaut.messaging.Acknowledgement> argument)
    +
    +
    Binds the given value to the given context.
    +
    +
    io.micronaut.core.type.Argument<io.micronaut.messaging.Acknowledgement>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AcknowledgeMqttBinder

      +
      public AcknowledgeMqttBinder()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getArgumentType

      +
      public io.micronaut.core.type.Argument<io.micronaut.messaging.Acknowledgement> getArgumentType()
      +
      +
      Specified by:
      +
      getArgumentType in interface TypedMqttBinder<MqttBindingContext<?>,io.micronaut.messaging.Acknowledgement>
      +
      +
      +
    • +
    • +
      +

      bindTo

      +
      public void bindTo(MqttBindingContext<?> context, + io.micronaut.messaging.Acknowledgement value, + io.micronaut.core.type.Argument<io.micronaut.messaging.Acknowledgement> argument)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindTo in interface MqttBinder<MqttBindingContext<?>,io.micronaut.messaging.Acknowledgement>
      +
      Parameters:
      +
      context - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      public Optional<io.micronaut.messaging.Acknowledgement> bindFrom(MqttBindingContext<?> context, + io.micronaut.core.convert.ArgumentConversionContext<io.micronaut.messaging.Acknowledgement> conversionContext)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindFrom in interface MqttBinder<MqttBindingContext<?>,io.micronaut.messaging.Acknowledgement>
      +
      Parameters:
      +
      context - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/DefaultMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/DefaultMqttBinder.html new file mode 100644 index 00000000..7dd739cc --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/DefaultMqttBinder.html @@ -0,0 +1,215 @@ + + + + +DefaultMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DefaultMqttBinder

+
+
java.lang.Object +
io.micronaut.mqtt.bind.impl.DefaultMqttBinder
+
+
+
+
All Implemented Interfaces:
+
FallbackMqttBinder<MqttBindingContext<?>>, MqttBinder<MqttBindingContext<?>,Object>
+
+
+
@Singleton +public class DefaultMqttBinder +extends Object +implements FallbackMqttBinder<MqttBindingContext<?>>
+
The FallbackMqttBinder to bind arguments that don't match any + annotated or typed based binder. Matches arguments to properties in the message + based on the argument name. If the name is not recognized, the argument is bound + with the payload of the message.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DefaultMqttBinder

      +
      public DefaultMqttBinder(PayloadMqttBinder payloadMqttBinder)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      bindTo

      +
      public void bindTo(MqttBindingContext<?> context, + Object value, + io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindTo in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      public Optional<Object> bindFrom(MqttBindingContext<?> context, + io.micronaut.core.convert.ArgumentConversionContext<Object> conversionContext)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindFrom in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/IdMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/IdMqttBinder.html new file mode 100644 index 00000000..f4c0f5f6 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/IdMqttBinder.html @@ -0,0 +1,227 @@ + + + + +IdMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class IdMqttBinder

+
+
java.lang.Object +
io.micronaut.mqtt.bind.impl.IdMqttBinder
+
+
+
+
All Implemented Interfaces:
+
AnnotatedMqttBinder<MqttBindingContext<?>,Id>, MqttBinder<MqttBindingContext<?>,Object>
+
+
+
@Singleton +public class IdMqttBinder +extends Object +implements AnnotatedMqttBinder<MqttBindingContext<?>,Id>
+
An annotated argument binder for Id.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IdMqttBinder

      +
      public IdMqttBinder(io.micronaut.core.convert.ConversionService conversionService)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnnotationType

      +
      public Class<Id> getAnnotationType()
      +
      +
      Specified by:
      +
      getAnnotationType in interface AnnotatedMqttBinder<MqttBindingContext<?>,Id>
      +
      Returns:
      +
      The annotation type
      +
      +
      +
    • +
    • +
      +

      bindTo

      +
      public void bindTo(MqttBindingContext<?> context, + Object value, + io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindTo in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      public Optional<Object> bindFrom(MqttBindingContext<?> context, + io.micronaut.core.convert.ArgumentConversionContext<Object> conversionContext)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindFrom in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/PayloadMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/PayloadMqttBinder.html new file mode 100644 index 00000000..e4b4473f --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/PayloadMqttBinder.html @@ -0,0 +1,227 @@ + + + + +PayloadMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PayloadMqttBinder

+
+
java.lang.Object +
io.micronaut.mqtt.bind.impl.PayloadMqttBinder
+
+
+
+
All Implemented Interfaces:
+
AnnotatedMqttBinder<MqttBindingContext<?>,io.micronaut.messaging.annotation.MessageBody>, MqttBinder<MqttBindingContext<?>,Object>
+
+
+
@Singleton +public class PayloadMqttBinder +extends Object +implements AnnotatedMqttBinder<MqttBindingContext<?>,io.micronaut.messaging.annotation.MessageBody>
+
A binder responsible for binding to the payload of the message.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnnotationType

      +
      public Class<io.micronaut.messaging.annotation.MessageBody> getAnnotationType()
      +
      +
      Specified by:
      +
      getAnnotationType in interface AnnotatedMqttBinder<MqttBindingContext<?>,io.micronaut.messaging.annotation.MessageBody>
      +
      Returns:
      +
      The annotation type
      +
      +
      +
    • +
    • +
      +

      bindTo

      +
      public void bindTo(MqttBindingContext<?> context, + Object value, + io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindTo in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      public Optional<Object> bindFrom(MqttBindingContext<?> context, + io.micronaut.core.convert.ArgumentConversionContext<Object> conversionContext)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindFrom in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/QosMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/QosMqttBinder.html new file mode 100644 index 00000000..bde4c67a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/QosMqttBinder.html @@ -0,0 +1,227 @@ + + + + +QosMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class QosMqttBinder

+
+
java.lang.Object +
io.micronaut.mqtt.bind.impl.QosMqttBinder
+
+
+
+
All Implemented Interfaces:
+
AnnotatedMqttBinder<MqttBindingContext<?>,Qos>, MqttBinder<MqttBindingContext<?>,Object>
+
+
+
@Singleton +public class QosMqttBinder +extends Object +implements AnnotatedMqttBinder<MqttBindingContext<?>,Qos>
+
An annotated argument binder for Qos.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      QosMqttBinder

      +
      public QosMqttBinder(io.micronaut.core.convert.ConversionService conversionService)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnnotationType

      +
      public Class<Qos> getAnnotationType()
      +
      +
      Specified by:
      +
      getAnnotationType in interface AnnotatedMqttBinder<MqttBindingContext<?>,Qos>
      +
      Returns:
      +
      The annotation type
      +
      +
      +
    • +
    • +
      +

      bindTo

      +
      public void bindTo(MqttBindingContext<?> context, + Object value, + io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindTo in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      public Optional<Object> bindFrom(MqttBindingContext<?> context, + io.micronaut.core.convert.ArgumentConversionContext<Object> conversionContext)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindFrom in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/RetainedMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/RetainedMqttBinder.html new file mode 100644 index 00000000..e361fa1a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/RetainedMqttBinder.html @@ -0,0 +1,227 @@ + + + + +RetainedMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RetainedMqttBinder

+
+
java.lang.Object +
io.micronaut.mqtt.bind.impl.RetainedMqttBinder
+
+
+
+
All Implemented Interfaces:
+
AnnotatedMqttBinder<MqttBindingContext<?>,Retained>, MqttBinder<MqttBindingContext<?>,Object>
+
+
+
@Singleton +public class RetainedMqttBinder +extends Object +implements AnnotatedMqttBinder<MqttBindingContext<?>,Retained>
+
An annotated argument binder for Retained.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RetainedMqttBinder

      +
      public RetainedMqttBinder(io.micronaut.core.convert.ConversionService conversionService)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnnotationType

      +
      public Class<Retained> getAnnotationType()
      +
      +
      Specified by:
      +
      getAnnotationType in interface AnnotatedMqttBinder<MqttBindingContext<?>,Retained>
      +
      Returns:
      +
      The annotation type
      +
      +
      +
    • +
    • +
      +

      bindTo

      +
      public void bindTo(MqttBindingContext<?> message, + Object value, + io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindTo in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      message - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      public Optional<Object> bindFrom(MqttBindingContext<?> message, + io.micronaut.core.convert.ArgumentConversionContext<Object> conversionContext)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindFrom in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      message - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/TopicMqttBinder.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/TopicMqttBinder.html new file mode 100644 index 00000000..570621f4 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/TopicMqttBinder.html @@ -0,0 +1,227 @@ + + + + +TopicMqttBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TopicMqttBinder

+
+
java.lang.Object +
io.micronaut.mqtt.bind.impl.TopicMqttBinder
+
+
+
+
All Implemented Interfaces:
+
AnnotatedMqttBinder<MqttBindingContext<?>,Topic>, MqttBinder<MqttBindingContext<?>,Object>
+
+
+
@Singleton +public class TopicMqttBinder +extends Object +implements AnnotatedMqttBinder<MqttBindingContext<?>,Topic>
+
An annotated argument binder for Topic.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TopicMqttBinder

      +
      public TopicMqttBinder(io.micronaut.core.convert.ConversionService conversionService)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnnotationType

      +
      public Class<Topic> getAnnotationType()
      +
      +
      Specified by:
      +
      getAnnotationType in interface AnnotatedMqttBinder<MqttBindingContext<?>,Topic>
      +
      Returns:
      +
      The annotation type
      +
      +
      +
    • +
    • +
      +

      bindTo

      +
      public void bindTo(MqttBindingContext<?> context, + Object value, + io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given value to the given context. Publisher + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindTo in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The message context
      +
      value - The argument value
      +
      argument - The publisher argument
      +
      +
      +
    • +
    • +
      +

      bindFrom

      +
      public Optional<Object> bindFrom(MqttBindingContext<?> context, + io.micronaut.core.convert.ArgumentConversionContext<Object> conversionContext)
      +
      Description copied from interface: MqttBinder
      +
      Binds the given context and returns an optional value. Subscriber + method arguments will be passed to this method.
      +
      +
      Specified by:
      +
      bindFrom in interface MqttBinder<MqttBindingContext<?>,Object>
      +
      Parameters:
      +
      context - The method context
      +
      conversionContext - The argument conversion context
      +
      Returns:
      +
      An optional value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/package-summary.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/package-summary.html new file mode 100644 index 00000000..829d61e7 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/package-summary.html @@ -0,0 +1,120 @@ + + + + +io.micronaut.mqtt.bind.impl (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.bind.impl

+
+
+
package io.micronaut.mqtt.bind.impl
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/impl/package-tree.html b/3.4.1/api/io/micronaut/mqtt/bind/impl/package-tree.html new file mode 100644 index 00000000..d8ea5de1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/impl/package-tree.html @@ -0,0 +1,76 @@ + + + + +io.micronaut.mqtt.bind.impl Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.bind.impl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/package-summary.html b/3.4.1/api/io/micronaut/mqtt/bind/package-summary.html new file mode 100644 index 00000000..55ca3980 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/package-summary.html @@ -0,0 +1,127 @@ + + + + +io.micronaut.mqtt.bind (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.bind

+
+
+
package io.micronaut.mqtt.bind
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/bind/package-tree.html b/3.4.1/api/io/micronaut/mqtt/bind/package-tree.html new file mode 100644 index 00000000..1891bc25 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/bind/package-tree.html @@ -0,0 +1,84 @@ + + + + +io.micronaut.mqtt.bind Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.bind

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/config/MqttConfiguration.html b/3.4.1/api/io/micronaut/mqtt/config/MqttConfiguration.html new file mode 100644 index 00000000..7ed8475a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/config/MqttConfiguration.html @@ -0,0 +1,107 @@ + + + + +MqttConfiguration (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttConfiguration

+
+
+
+
All Superinterfaces:
+
io.micronaut.core.util.Toggleable
+
+
+
All Known Implementing Classes:
+
MqttConfigurationProperties
+
+
+
public interface MqttConfiguration +extends io.micronaut.core.util.Toggleable
+
MQTT related configuration.
+
+
Since:
+
2.2.0
+
Author:
+
Sergio del Amo
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface io.micronaut.core.util.Toggleable

    +isEnabled
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/config/MqttConfigurationProperties.html b/3.4.1/api/io/micronaut/mqtt/config/MqttConfigurationProperties.html new file mode 100644 index 00000000..c23783ad --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/config/MqttConfigurationProperties.html @@ -0,0 +1,227 @@ + + + + +MqttConfigurationProperties (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttConfigurationProperties

+
+
java.lang.Object +
io.micronaut.mqtt.config.MqttConfigurationProperties
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.util.Toggleable, MqttConfiguration
+
+
+
@ConfigurationProperties("mqtt") +public class MqttConfigurationProperties +extends Object +implements MqttConfiguration
+
ConfigurationProperties implementation for MqttConfiguration.
+
+
Since:
+
2.2.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttConfigurationProperties

      +
      public MqttConfigurationProperties()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isEnabled

      +
      public boolean isEnabled()
      +
      +
      Specified by:
      +
      isEnabled in interface io.micronaut.core.util.Toggleable
      +
      +
      +
    • +
    • +
      +

      setEnabled

      +
      public void setEnabled(boolean enabled)
      +
      Enables Micronaut MQTT integration. Default value true
      +
      +
      Parameters:
      +
      enabled - True if it is enabled
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/config/MqttSSLConfiguration.html b/3.4.1/api/io/micronaut/mqtt/config/MqttSSLConfiguration.html new file mode 100644 index 00000000..e5bb3cf9 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/config/MqttSSLConfiguration.html @@ -0,0 +1,198 @@ + + + + +MqttSSLConfiguration (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttSSLConfiguration

+
+
+
+
All Known Implementing Classes:
+
MqttClientConfigurationProperties, MqttClientConfigurationProperties
+
+
+
public interface MqttSSLConfiguration
+
Generic interface for manipulating SSL based properties + in MQTT configuration.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getSocketFactory

      +
      SocketFactory getSocketFactory()
      +
      +
    • +
    • +
      +

      setSocketFactory

      +
      void setSocketFactory(SocketFactory socketFactory)
      +
      +
    • +
    • +
      +

      getSSLProperties

      +
      Properties getSSLProperties()
      +
      +
    • +
    • +
      +

      setSSLProperties

      +
      void setSSLProperties(Properties props)
      +
      +
    • +
    • +
      +

      isHttpsHostnameVerificationEnabled

      +
      boolean isHttpsHostnameVerificationEnabled()
      +
      +
    • +
    • +
      +

      setHttpsHostnameVerificationEnabled

      +
      void setHttpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled)
      +
      +
    • +
    • +
      +

      getSSLHostnameVerifier

      +
      HostnameVerifier getSSLHostnameVerifier()
      +
      +
    • +
    • +
      +

      setSSLHostnameVerifier

      +
      void setSSLHostnameVerifier(HostnameVerifier hostnameVerifier)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/config/package-summary.html b/3.4.1/api/io/micronaut/mqtt/config/package-summary.html new file mode 100644 index 00000000..72457642 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/config/package-summary.html @@ -0,0 +1,98 @@ + + + + +io.micronaut.mqtt.config (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.config

+
+
+
package io.micronaut.mqtt.config
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/config/package-tree.html b/3.4.1/api/io/micronaut/mqtt/config/package-tree.html new file mode 100644 index 00000000..7e420141 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/config/package-tree.html @@ -0,0 +1,81 @@ + + + + +io.micronaut.mqtt.config Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.config

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/exception/DefaultMqttSubscriberExceptionHandler.html b/3.4.1/api/io/micronaut/mqtt/exception/DefaultMqttSubscriberExceptionHandler.html new file mode 100644 index 00000000..7a88605e --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/exception/DefaultMqttSubscriberExceptionHandler.html @@ -0,0 +1,176 @@ + + + + +DefaultMqttSubscriberExceptionHandler (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DefaultMqttSubscriberExceptionHandler

+
+
java.lang.Object +
io.micronaut.mqtt.exception.DefaultMqttSubscriberExceptionHandler
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.exceptions.ExceptionHandler<MqttSubscriberException>, MqttSubscriberExceptionHandler
+
+
+
@Singleton +@Primary +public class DefaultMqttSubscriberExceptionHandler +extends Object +implements MqttSubscriberExceptionHandler
+
The exception handler for subscriber exceptions that is used if the subscriber + does not implement MqttSubscriberExceptionHandler.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DefaultMqttSubscriberExceptionHandler

      +
      public DefaultMqttSubscriberExceptionHandler()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/exception/MqttClientException.html b/3.4.1/api/io/micronaut/mqtt/exception/MqttClientException.html new file mode 100644 index 00000000..a92f7dfe --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/exception/MqttClientException.html @@ -0,0 +1,166 @@ + + + + +MqttClientException (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttClientException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
io.micronaut.messaging.exceptions.MessagingException +
io.micronaut.messaging.exceptions.MessagingClientException +
io.micronaut.mqtt.exception.MqttClientException
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class MqttClientException +extends io.micronaut.messaging.exceptions.MessagingClientException
+
An exception thrown while publishing to MQTT topics.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttClientException

      +
      public MqttClientException(String message)
      +
      +
    • +
    • +
      +

      MqttClientException

      +
      public MqttClientException(String message, + Throwable cause)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberException.html b/3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberException.html new file mode 100644 index 00000000..5e5a02e2 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberException.html @@ -0,0 +1,166 @@ + + + + +MqttSubscriberException (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttSubscriberException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
io.micronaut.messaging.exceptions.MessagingException +
io.micronaut.messaging.exceptions.MessageListenerException +
io.micronaut.mqtt.exception.MqttSubscriberException
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class MqttSubscriberException +extends io.micronaut.messaging.exceptions.MessageListenerException
+
An exception thrown while subscribing to MQTT topics.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttSubscriberException

      +
      public MqttSubscriberException(String message)
      +
      +
    • +
    • +
      +

      MqttSubscriberException

      +
      public MqttSubscriberException(String message, + Throwable cause)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberExceptionHandler.html b/3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberExceptionHandler.html new file mode 100644 index 00000000..83f628f7 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/exception/MqttSubscriberExceptionHandler.html @@ -0,0 +1,113 @@ + + + + +MqttSubscriberExceptionHandler (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttSubscriberExceptionHandler

+
+
+
+
All Superinterfaces:
+
io.micronaut.core.exceptions.ExceptionHandler<MqttSubscriberException>
+
+
+
All Known Implementing Classes:
+
DefaultMqttSubscriberExceptionHandler
+
+
+
@DefaultImplementation(DefaultMqttSubscriberExceptionHandler.class) +public interface MqttSubscriberExceptionHandler +extends io.micronaut.core.exceptions.ExceptionHandler<MqttSubscriberException>
+
Responsible for handling exceptions thrown during the subscription process. Can be + implemented in MqttSubscriber beans to handle + exceptions thrown specific to that class. + + Replace this with your own Primary bean to handle + exceptions not handled by any other listeners.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface io.micronaut.core.exceptions.ExceptionHandler

    +handle
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/exception/package-summary.html b/3.4.1/api/io/micronaut/mqtt/exception/package-summary.html new file mode 100644 index 00000000..7ae5cede --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/exception/package-summary.html @@ -0,0 +1,102 @@ + + + + +io.micronaut.mqtt.exception (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.exception

+
+
+
package io.micronaut.mqtt.exception
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/exception/package-tree.html b/3.4.1/api/io/micronaut/mqtt/exception/package-tree.html new file mode 100644 index 00000000..19a81630 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/exception/package-tree.html @@ -0,0 +1,106 @@ + + + + +io.micronaut.mqtt.exception Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.exception

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/executor/MqttExecutorFactory.html b/3.4.1/api/io/micronaut/mqtt/executor/MqttExecutorFactory.html new file mode 100644 index 00000000..0e14f4af --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/executor/MqttExecutorFactory.html @@ -0,0 +1,134 @@ + + + + +MqttExecutorFactory (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttExecutorFactory

+
+
java.lang.Object +
io.micronaut.mqtt.executor.MqttExecutorFactory
+
+
+
+
@Factory +public class MqttExecutorFactory +extends Object
+
Configures a ScheduledExecutorService for running instances.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttExecutorFactory

      +
      public MqttExecutorFactory()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/executor/package-summary.html b/3.4.1/api/io/micronaut/mqtt/executor/package-summary.html new file mode 100644 index 00000000..243d52b0 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/executor/package-summary.html @@ -0,0 +1,83 @@ + + + + +io.micronaut.mqtt.executor (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.executor

+
+
+
package io.micronaut.mqtt.executor
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/executor/package-tree.html b/3.4.1/api/io/micronaut/mqtt/executor/package-tree.html new file mode 100644 index 00000000..e5554ffc --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/executor/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.executor Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.executor

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/bind/MqttMessage.html b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/MqttMessage.html new file mode 100644 index 00000000..55fa6ade --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/MqttMessage.html @@ -0,0 +1,492 @@ + + + + +MqttMessage (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttMessage

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.bind.MqttMessage
+
+
+
+
public class MqttMessage +extends Object
+
A MQTT message holds the payload and options + for message delivery.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttMessage

      +
      public MqttMessage()
      +
      +
    • +
    • +
      +

      MqttMessage

      +
      public MqttMessage(byte[] payload)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPayload

      +
      public byte[] getPayload()
      +
      Returns the payload as byte array.
      +
      +
      Returns:
      +
      payload The payload byte array.
      +
      +
      +
    • +
    • +
      +

      setPayload

      +
      public void setPayload(byte[] payload)
      +
      Sets the payload of the message.
      +
      +
      Parameters:
      +
      payload - The payload as byte array.
      +
      +
      +
    • +
    • +
      +

      getPayloadFormatIndicator

      +
      public int getPayloadFormatIndicator()
      +
      Returns the payload format indicator. + 0 = unspecified byte stream + 1 = UTF-8 encoded payload
      +
      +
      Returns:
      +
      The MQTT payload indicator.
      +
      +
      +
    • +
    • +
      +

      setPayloadFormatIndicator

      +
      public void setPayloadFormatIndicator(int payloadFormatIndicator)
      +
      Sets the payload format indicator.
      +
      +
      Parameters:
      +
      payloadFormatIndicator - Use 0 for unspecified byte stream and 1 for UTF-8 encoded payload.
      +
      +
      +
    • +
    • +
      +

      getQos

      +
      public int getQos()
      +
      Returns the quality of service level for the message.
      +
      +
      Returns:
      +
      MQTT quality of service level.
      +
      +
      +
    • +
    • +
      +

      setQos

      +
      public void setQos(int qos)
      +
      Sets the quality of service level for the message.
      +
      +
      Parameters:
      +
      qos - MQTT quality of service level.
      +
      +
      +
    • +
    • +
      +

      isRetained

      +
      public boolean isRetained()
      +
      Returns whether the message is a retained message.
      +
      +
      Returns:
      +
      boolean value.
      +
      +
      +
    • +
    • +
      +

      setRetained

      +
      public void setRetained(boolean retained)
      +
      Sets whether the message is retained.
      +
      +
      Parameters:
      +
      retained - boolean value.
      +
      +
      +
    • +
    • +
      +

      getId

      +
      public int getId()
      +
      Returns the message id.
      +
      +
      Returns:
      +
      message id.
      +
      +
      +
    • +
    • +
      +

      setId

      +
      public void setId(int messageId)
      +
      Sets the message id.
      +
      +
      Parameters:
      +
      messageId - message id.
      +
      +
      +
    • +
    • +
      +

      setUserProperties

      +
      public void setUserProperties(List<UserProperty> userProperties)
      +
      Sets the MQTT user properties.
      +
      +
      Parameters:
      +
      userProperties - MQTT user properties.
      +
      +
      +
    • +
    • +
      +

      getUserProperties

      +
      public List<UserProperty> getUserProperties()
      +
      Returns the MQTT user properties.
      +
      +
      Returns:
      +
      MQTT user properties.
      +
      +
      +
    • +
    • +
      +

      getCorrelationData

      +
      public byte[] getCorrelationData()
      +
      Returns the correlation data for the message.
      +
      +
      Returns:
      +
      the correlation data.
      +
      +
      +
    • +
    • +
      +

      setCorrelationData

      +
      public void setCorrelationData(byte[] correlationData)
      +
      Sets the correlation data for the message.
      +
      +
      Parameters:
      +
      correlationData - the correlation data.
      +
      +
      +
    • +
    • +
      +

      getContentType

      +
      public String getContentType()
      +
      Returns a string describing the content type.
      +
      +
      Returns:
      +
      A string describing the content type.
      +
      See Also:
      +
      +
        +
      • payloadFormatIndicator
      • +
      +
      +
      +
      +
    • +
    • +
      +

      setContentType

      +
      public void setContentType(String contentType)
      +
      Sets the content type description for the message.
      +
      +
      Parameters:
      +
      contentType - A string describing the content type.
      +
      +
      +
    • +
    • +
      +

      getMessageExpiryInterval

      +
      public long getMessageExpiryInterval()
      +
      Returns the message expiry interval in seconds.
      +
      +
      Returns:
      +
      The message expiry interval in seconds.
      +
      +
      +
    • +
    • +
      +

      setMessageExpiryInterval

      +
      public void setMessageExpiryInterval(long messageExpiryInterval)
      +
      Sets the message expiry interval in seconds.
      +
      +
      Parameters:
      +
      messageExpiryInterval - The message expiry interval in seconds.
      +
      +
      +
    • +
    • +
      +

      getResponseTopic

      +
      public String getResponseTopic()
      +
      Returns the response topic for using MQTT v5 request response pattern.
      +
      +
      Returns:
      +
      The response topic.
      +
      +
      +
    • +
    • +
      +

      setResponseTopic

      +
      public void setResponseTopic(String responseTopic)
      +
      Sets the response topic for using MQTT v5 request response pattern.
      +
      +
      Parameters:
      +
      responseTopic - The reponse topic.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/bind/UserProperty.html b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/UserProperty.html new file mode 100644 index 00000000..dd388c16 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/UserProperty.html @@ -0,0 +1,189 @@ + + + + +UserProperty (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UserProperty

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.bind.UserProperty
+
+
+
+
public class UserProperty +extends Object
+
Represents a MQTT v5 property.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UserProperty

      +
      public UserProperty(String key, + String value)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getKey

      +
      public String getKey()
      +
      The key of the property.
      +
      +
      Returns:
      +
      the key
      +
      +
      +
    • +
    • +
      +

      getValue

      +
      public String getValue()
      +
      The value of the property.
      +
      +
      Returns:
      +
      the value
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-summary.html new file mode 100644 index 00000000..bf82ca38 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-summary.html @@ -0,0 +1,96 @@ + + + + +io.micronaut.mqtt.hivemq.bind (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.bind

+
+
+
package io.micronaut.mqtt.hivemq.bind
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+
    +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    A MQTT message holds the payload and options + for message delivery.
    +
    + +
    +
    Represents a MQTT v5 property.
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-tree.html new file mode 100644 index 00000000..bf4e61c7 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/bind/package-tree.html @@ -0,0 +1,71 @@ + + + + +io.micronaut.mqtt.hivemq.bind Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.bind

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientAdapter.html b/3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientAdapter.html new file mode 100644 index 00000000..c7668877 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientAdapter.html @@ -0,0 +1,176 @@ + + + + +MqttClientAdapter (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttClientAdapter

+
+
+
+
All Known Implementing Classes:
+
Mqtt3ClientAdapter, Mqtt5ClientAdapter
+
+
+
public interface MqttClientAdapter
+
Common interface for HiveMQ MQTT clients.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientFactory.html b/3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientFactory.html new file mode 100644 index 00000000..ea660360 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/client/MqttClientFactory.html @@ -0,0 +1,160 @@ + + + + +MqttClientFactory (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttClientFactory

+
+
+
+
All Known Implementing Classes:
+
Mqtt3ClientFactory, Mqtt5ClientFactory
+
+
+
public interface MqttClientFactory
+
Common interface for MQTT client factories.
+
+
Since:
+
3.0.3
+
Author:
+
Sven Kobow
+
See Also:
+
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/MqttHealthIndicator.html b/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/MqttHealthIndicator.html new file mode 100644 index 00000000..70f73fdf --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/MqttHealthIndicator.html @@ -0,0 +1,218 @@ + + + + +MqttHealthIndicator (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttHealthIndicator

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.client.health.MqttHealthIndicator
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.order.Ordered, io.micronaut.management.health.indicator.HealthIndicator
+
+
+
@Requires(property="endpoints.health.mqtt.client.enabled",value="true") @Requires(beans=io.micronaut.management.endpoint.health.HealthEndpoint.class) +@Singleton +public class MqttHealthIndicator +extends Object +implements io.micronaut.management.health.indicator.HealthIndicator
+
A HealthIndicator for HiveMQ MQTT Client.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
     
    +
    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micronaut.core.order.Ordered

    +getOrder
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttHealthIndicator

      +
      public MqttHealthIndicator(MqttClientAdapter client)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getResult

      +
      public org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> getResult()
      +
      +
      Specified by:
      +
      getResult in interface io.micronaut.management.health.indicator.HealthIndicator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-summary.html new file mode 100644 index 00000000..5a7efd89 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-summary.html @@ -0,0 +1,102 @@ + + + + +io.micronaut.mqtt.hivemq.client.health (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.client.health

+
+
+
package io.micronaut.mqtt.hivemq.client.health
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-tree.html new file mode 100644 index 00000000..c93e468a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/client/health/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.hivemq.client.health Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.client.health

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • io.micronaut.mqtt.hivemq.client.health.MqttHealthIndicator (implements io.micronaut.management.health.indicator.HealthIndicator)
    • +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/client/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/client/package-summary.html new file mode 100644 index 00000000..db2cbef0 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/client/package-summary.html @@ -0,0 +1,106 @@ + + + + +io.micronaut.mqtt.hivemq.client (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.client

+
+
+
package io.micronaut.mqtt.hivemq.client
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/client/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/client/package-tree.html new file mode 100644 index 00000000..93e78187 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/client/package-tree.html @@ -0,0 +1,67 @@ + + + + +io.micronaut.mqtt.hivemq.client Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.client

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/config/MqttClientConfiguration.html b/3.4.1/api/io/micronaut/mqtt/hivemq/config/MqttClientConfiguration.html new file mode 100644 index 00000000..957332e5 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/config/MqttClientConfiguration.html @@ -0,0 +1,359 @@ + + + + +MqttClientConfiguration (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttClientConfiguration

+
+
+
+
All Known Subinterfaces:
+
Mqtt3ClientConfiguration, Mqtt5ClientConfiguration
+
+
+
public interface MqttClientConfiguration
+
MQTT Client Configuration. You will probably want to inject either Mqtt3ClientConfiguration or Mqtt5ClientConfiguration.
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getServerUri

      +
      URI getServerUri()
      +
      +
      Returns:
      +
      the uri of server to connect to as [schema]://[serverHost]:[serverPort].
      +
      +
      +
    • +
    • +
      +

      getServerHost

      +
      String getServerHost()
      +
      +
      Returns:
      +
      the server host of the configured server URI.
      +
      +
      +
    • +
    • +
      +

      getServerPort

      +
      Integer getServerPort()
      +
      +
      Returns:
      +
      the server port of the configured server URI.
      +
      +
      +
    • +
    • +
      +

      isSSL

      +
      boolean isSSL()
      +
      +
      Returns:
      +
      true if the schema of the configured server URI is ssl.
      +
      +
      +
    • +
    • +
      +

      getClientId

      +
      String getClientId()
      +
      +
      Returns:
      +
      the client identifier.
      +
      +
      +
    • +
    • +
      +

      getMqttVersion

      +
      int getMqttVersion()
      +
      +
      Returns:
      +
      the MQTT version to use.
      +
      +
      +
    • +
    • +
      +

      getConnectionTimeout

      +
      Duration getConnectionTimeout()
      +
      +
      Returns:
      +
      the connection timeout.
      +
      +
      +
    • +
    • +
      +

      getManualAcks

      +
      boolean getManualAcks()
      +
      +
      Returns:
      +
      an optional boolean to set the client in manual acknowledge mode.
      +
      +
      +
    • +
    • +
      +

      getPassword

      +
      byte[] getPassword()
      +
      +
      Returns:
      +
      the password to use for MQTT connections.
      +
      +
      +
    • +
    • +
      +

      getUserName

      +
      String getUserName()
      +
      +
      Returns:
      +
      the username to use for MQTT connections.
      +
      +
      +
    • +
    • +
      +

      getMaxReconnectDelay

      +
      Long getMaxReconnectDelay()
      +
      +
      Returns:
      +
      the maximal delay for reconnecting.
      +
      +
      +
    • +
    • +
      +

      getKeepAliveInterval

      +
      Integer getKeepAliveInterval()
      +
      +
      Returns:
      +
      the keep alive interval.
      +
      +
      +
    • +
    • +
      +

      isAutomaticReconnect

      +
      boolean isAutomaticReconnect()
      +
      +
      Returns:
      +
      true is automatic reconnect should be performed.
      +
      +
      +
    • +
    • +
      +

      getCustomWebSocketHeaders

      +
      Map<String,String> getCustomWebSocketHeaders()
      +
      +
      Returns:
      +
      the custom headers that should be sent with web socket connections.
      +
      +
      +
    • +
    • +
      +

      isHttpsHostnameVerificationEnabled

      +
      boolean isHttpsHostnameVerificationEnabled()
      +
      +
      Returns:
      +
      true if hostname verification should be used.
      +
      +
      +
    • +
    • +
      +

      getSSLHostnameVerifier

      +
      HostnameVerifier getSSLHostnameVerifier()
      +
      +
      Returns:
      +
      the hostname verifier to use for hostname verification.
      +
      +
      +
    • +
    • +
      +

      getWillMessage

      +
      io.micronaut.mqtt.hivemq.config.MqttClientConfigurationProperties.WillMessage getWillMessage()
      +
      +
      Returns:
      +
      the last will message that should be sent on ungraceful disconnects.
      +
      +
      +
    • +
    • +
      +

      getCertificateConfiguration

      +
      MqttCertificateConfiguration getCertificateConfiguration()
      +
      +
      Returns:
      +
      the certificate configuration to use for SSL and mTLS.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/config/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/config/package-summary.html new file mode 100644 index 00000000..64cb8506 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/config/package-summary.html @@ -0,0 +1,91 @@ + + + + +io.micronaut.mqtt.hivemq.config (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.config

+
+
+
package io.micronaut.mqtt.hivemq.config
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/config/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/config/package-tree.html new file mode 100644 index 00000000..1c0b610a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/config/package-tree.html @@ -0,0 +1,66 @@ + + + + +io.micronaut.mqtt.hivemq.config Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.config

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/MqttSubscriberAdvice.html b/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/MqttSubscriberAdvice.html new file mode 100644 index 00000000..2a15ec60 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/MqttSubscriberAdvice.html @@ -0,0 +1,201 @@ + + + + +MqttSubscriberAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttSubscriberAdvice

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice<MqttMessage> +
io.micronaut.mqtt.hivemq.intercept.MqttSubscriberAdvice
+
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.context.processor.AnnotationProcessor<Topic,io.micronaut.inject.ExecutableMethod<?,?>>, io.micronaut.context.processor.ExecutableMethodProcessor<Topic>, AutoCloseable
+
+
+
@Singleton +public class MqttSubscriberAdvice +extends AbstractMqttSubscriberAdvice<MqttMessage>
+
The HiveMQ implementation of AbstractMqttSubscriberAdvice.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-summary.html new file mode 100644 index 00000000..7eb2006d --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-summary.html @@ -0,0 +1,91 @@ + + + + +io.micronaut.mqtt.hivemq.intercept (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.intercept

+
+
+
package io.micronaut.mqtt.hivemq.intercept
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-tree.html new file mode 100644 index 00000000..7829229b --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/intercept/package-tree.html @@ -0,0 +1,74 @@ + + + + +io.micronaut.mqtt.hivemq.intercept Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.intercept

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/CertificateReader.html b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/CertificateReader.html new file mode 100644 index 00000000..574e5edb --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/CertificateReader.html @@ -0,0 +1,138 @@ + + + + +CertificateReader (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CertificateReader

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.ssl.CertificateReader
+
+
+
+
@Internal +public final class CertificateReader +extends Object
+
Reader for X.509 certificates.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      readCertificate

      +
      public static Certificate readCertificate(io.micronaut.core.io.Readable crtFile)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/KeyManagerFactoryCreationException.html b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/KeyManagerFactoryCreationException.html new file mode 100644 index 00000000..4763de41 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/KeyManagerFactoryCreationException.html @@ -0,0 +1,154 @@ + + + + +KeyManagerFactoryCreationException (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class KeyManagerFactoryCreationException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
io.micronaut.mqtt.hivemq.ssl.KeyManagerFactoryCreationException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class KeyManagerFactoryCreationException +extends RuntimeException
+
Thrown when an a KeyManagerFactory can not be created.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      KeyManagerFactoryCreationException

      +
      public KeyManagerFactoryCreationException(String message, + Throwable cause)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/PrivateKeyReader.html b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/PrivateKeyReader.html new file mode 100644 index 00000000..7740f0c7 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/PrivateKeyReader.html @@ -0,0 +1,140 @@ + + + + +PrivateKeyReader (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PrivateKeyReader

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.ssl.PrivateKeyReader
+
+
+
+
@Internal +public final class PrivateKeyReader +extends Object
+
Reader for reading PKCS #1 and PKCS #8 private keys from PEM files.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPrivateKey

      +
      public static PrivateKey getPrivateKey(io.micronaut.core.io.Readable keyFile, + char[] password)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/TrustManagerFactoryCreationException.html b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/TrustManagerFactoryCreationException.html new file mode 100644 index 00000000..d52d3ca1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/TrustManagerFactoryCreationException.html @@ -0,0 +1,150 @@ + + + + +TrustManagerFactoryCreationException (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TrustManagerFactoryCreationException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
io.micronaut.mqtt.hivemq.ssl.TrustManagerFactoryCreationException
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public class TrustManagerFactoryCreationException +extends RuntimeException
+
Thrown when a TrustManagerFactory can not be created.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TrustManagerFactoryCreationException

      +
      public TrustManagerFactoryCreationException(String message, + Exception e)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-summary.html new file mode 100644 index 00000000..10973c36 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-summary.html @@ -0,0 +1,109 @@ + + + + +io.micronaut.mqtt.hivemq.ssl (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.ssl

+
+
+
package io.micronaut.mqtt.hivemq.ssl
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-tree.html new file mode 100644 index 00000000..832b9e8f --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/ssl/package-tree.html @@ -0,0 +1,85 @@ + + + + +io.micronaut.mqtt.hivemq.ssl Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.ssl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/MqttV3BindingContext.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/MqttV3BindingContext.html new file mode 100644 index 00000000..b40448e5 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/MqttV3BindingContext.html @@ -0,0 +1,377 @@ + + + + +MqttV3BindingContext (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttV3BindingContext

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.v3.bind.MqttV3BindingContext
+
+
+
+
All Implemented Interfaces:
+
MqttBindingContext<MqttMessage>
+
+
+
@Internal +public class MqttV3BindingContext +extends Object +implements MqttBindingContext<MqttMessage>
+
A binding context for MQTT v3 messages.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttV3BindingContext

      +
      public MqttV3BindingContext(com.hivemq.client.mqtt.mqtt3.Mqtt3AsyncClient client, + MqttMessage message)
      +
      +
      Parameters:
      +
      client - The client
      +
      message - The message
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-summary.html new file mode 100644 index 00000000..5d210eb8 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-summary.html @@ -0,0 +1,91 @@ + + + + +io.micronaut.mqtt.hivemq.v3.bind (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v3.bind

+
+
+
package io.micronaut.mqtt.hivemq.v3.bind
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+
    +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    A binding context for MQTT v3 messages.
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-tree.html new file mode 100644 index 00000000..bd8658d7 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/bind/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.hivemq.v3.bind Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v3.bind

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientAdapter.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientAdapter.html new file mode 100644 index 00000000..15f1d68a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientAdapter.html @@ -0,0 +1,233 @@ + + + + +Mqtt3ClientAdapter (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Mqtt3ClientAdapter

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientAdapter
+
+
+
+
All Implemented Interfaces:
+
MqttClientAdapter
+
+
+
@Singleton +@Requires(property="mqtt.client.mqtt-version", + value="3") +public final class Mqtt3ClientAdapter +extends Object +implements MqttClientAdapter
+
Adapter class for MQTT 3 HiveMQ async client.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
See Also:
+
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientFactory.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientFactory.html new file mode 100644 index 00000000..5712c776 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/Mqtt3ClientFactory.html @@ -0,0 +1,144 @@ + + + + +Mqtt3ClientFactory (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Mqtt3ClientFactory

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.v3.client.Mqtt3ClientFactory
+
+
+
+
All Implemented Interfaces:
+
MqttClientFactory
+
+
+
@Factory +@Requires(property="mqtt.client.mqtt-version", + value="3") +public final class Mqtt3ClientFactory +extends Object +implements MqttClientFactory
+
A factory to create an MQTT v3 client.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Mqtt3ClientFactory

      +
      public Mqtt3ClientFactory()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-summary.html new file mode 100644 index 00000000..44d882ac --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-summary.html @@ -0,0 +1,95 @@ + + + + +io.micronaut.mqtt.hivemq.v3.client (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v3.client

+
+
+
package io.micronaut.mqtt.hivemq.v3.client
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-tree.html new file mode 100644 index 00000000..05f475ae --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/client/package-tree.html @@ -0,0 +1,71 @@ + + + + +io.micronaut.mqtt.hivemq.v3.client Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v3.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/Mqtt3ClientConfiguration.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/Mqtt3ClientConfiguration.html new file mode 100644 index 00000000..9a7ba231 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/Mqtt3ClientConfiguration.html @@ -0,0 +1,142 @@ + + + + +Mqtt3ClientConfiguration (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface Mqtt3ClientConfiguration

+
+
+
+
All Superinterfaces:
+
MqttClientConfiguration
+
+
+
public interface Mqtt3ClientConfiguration +extends MqttClientConfiguration
+
MQTT v3 Client Configuration.
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isCleanSession

      +
      boolean isCleanSession()
      +
      +
      Returns:
      +
      If connection should start a new session.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-summary.html new file mode 100644 index 00000000..fb0d4cd1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-summary.html @@ -0,0 +1,91 @@ + + + + +io.micronaut.mqtt.hivemq.v3.config (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v3.config

+
+
+
package io.micronaut.mqtt.hivemq.v3.config
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-tree.html new file mode 100644 index 00000000..1d05c9a4 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/config/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.hivemq.v3.config Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v3.config

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/Mqtt3IntroductionAdvice.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/Mqtt3IntroductionAdvice.html new file mode 100644 index 00000000..d1913471 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/Mqtt3IntroductionAdvice.html @@ -0,0 +1,271 @@ + + + + +Mqtt3IntroductionAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Mqtt3IntroductionAdvice

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice<BiConsumer<com.hivemq.client.mqtt.mqtt3.message.publish.Mqtt3Publish,Throwable>,MqttMessage> +
io.micronaut.mqtt.hivemq.v3.intercept.Mqtt3IntroductionAdvice
+
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.aop.Interceptor<Object,Object>, io.micronaut.aop.MethodInterceptor<Object,Object>, io.micronaut.core.order.Ordered
+
+
+
@Singleton +@InterceptorBean(MqttPublisher.class) +@Requires(property="mqtt.client.mqtt-version", + value="3") +public class Mqtt3IntroductionAdvice +extends AbstractMqttIntroductionAdvice<BiConsumer<com.hivemq.client.mqtt.mqtt3.message.publish.Mqtt3Publish,Throwable>,MqttMessage>
+
The MQTT v3 implementation of AbstractMqttIntroductionAdvice.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-summary.html new file mode 100644 index 00000000..bd9a4a48 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-summary.html @@ -0,0 +1,91 @@ + + + + +io.micronaut.mqtt.hivemq.v3.intercept (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v3.intercept

+
+
+
package io.micronaut.mqtt.hivemq.v3.intercept
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-tree.html new file mode 100644 index 00000000..17032b5a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v3/intercept/package-tree.html @@ -0,0 +1,74 @@ + + + + +io.micronaut.mqtt.hivemq.v3.intercept Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v3.intercept

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttPropertyBinder.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttPropertyBinder.html new file mode 100644 index 00000000..0a94e709 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttPropertyBinder.html @@ -0,0 +1,232 @@ + + + + +MqttPropertyBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttPropertyBinder

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.v5.bind.MqttPropertyBinder
+
+
+
+
All Implemented Interfaces:
+
AnnotatedMqttBinder<MqttV5BindingContext,MqttProperty>, MqttBinder<MqttV5BindingContext,Object>
+
+
+
@Introspected(classes=MqttMessage.class) +@Singleton +public class MqttPropertyBinder +extends Object +implements AnnotatedMqttBinder<MqttV5BindingContext,MqttProperty>
+
Binds arguments to and from MqttMessage.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttPropertyBinder

      +
      public MqttPropertyBinder(io.micronaut.core.convert.ConversionService conversionService)
      +
      +
      Parameters:
      +
      conversionService - The conversion service
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttV5BindingContext.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttV5BindingContext.html new file mode 100644 index 00000000..2f61bef3 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/MqttV5BindingContext.html @@ -0,0 +1,377 @@ + + + + +MqttV5BindingContext (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttV5BindingContext

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext
+
+
+
+
All Implemented Interfaces:
+
MqttBindingContext<MqttMessage>
+
+
+
@Internal +public final class MqttV5BindingContext +extends Object +implements MqttBindingContext<MqttMessage>
+
A binding context for MQTT v5 messages.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttV5BindingContext

      +
      public MqttV5BindingContext(com.hivemq.client.mqtt.mqtt5.Mqtt5AsyncClient client, + MqttMessage message)
      +
      +
      Parameters:
      +
      client - The client
      +
      message - The message
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-summary.html new file mode 100644 index 00000000..89d14fbd --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-summary.html @@ -0,0 +1,95 @@ + + + + +io.micronaut.mqtt.hivemq.v5.bind (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v5.bind

+
+
+
package io.micronaut.mqtt.hivemq.v5.bind
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-tree.html new file mode 100644 index 00000000..c748b0aa --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/bind/package-tree.html @@ -0,0 +1,71 @@ + + + + +io.micronaut.mqtt.hivemq.v5.bind Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v5.bind

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientAdapter.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientAdapter.html new file mode 100644 index 00000000..70f93a78 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientAdapter.html @@ -0,0 +1,234 @@ + + + + +Mqtt5ClientAdapter (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Mqtt5ClientAdapter

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientAdapter
+
+
+
+
All Implemented Interfaces:
+
MqttClientAdapter
+
+
+
@Singleton +@Requires(property="mqtt.client.mqtt-version", + value="5", + defaultValue="5") +public class Mqtt5ClientAdapter +extends Object +implements MqttClientAdapter
+
Adapter class for MQTT 3 HiveMQ async client.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
See Also:
+
+ +
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientFactory.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientFactory.html new file mode 100644 index 00000000..c782d50d --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/Mqtt5ClientFactory.html @@ -0,0 +1,145 @@ + + + + +Mqtt5ClientFactory (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Mqtt5ClientFactory

+
+
java.lang.Object +
io.micronaut.mqtt.hivemq.v5.client.Mqtt5ClientFactory
+
+
+
+
All Implemented Interfaces:
+
MqttClientFactory
+
+
+
@Factory +@Requires(property="mqtt.client.mqtt-version", + value="5", + defaultValue="5") +public final class Mqtt5ClientFactory +extends Object +implements MqttClientFactory
+
A factory to create an MQTT v5 client.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Mqtt5ClientFactory

      +
      public Mqtt5ClientFactory()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-summary.html new file mode 100644 index 00000000..45ba4096 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-summary.html @@ -0,0 +1,95 @@ + + + + +io.micronaut.mqtt.hivemq.v5.client (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v5.client

+
+
+
package io.micronaut.mqtt.hivemq.v5.client
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-tree.html new file mode 100644 index 00000000..a0ab3bea --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/client/package-tree.html @@ -0,0 +1,71 @@ + + + + +io.micronaut.mqtt.hivemq.v5.client Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v5.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/Mqtt5ClientConfiguration.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/Mqtt5ClientConfiguration.html new file mode 100644 index 00000000..2203a1d2 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/Mqtt5ClientConfiguration.html @@ -0,0 +1,233 @@ + + + + +Mqtt5ClientConfiguration (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface Mqtt5ClientConfiguration

+
+
+
+
All Superinterfaces:
+
MqttClientConfiguration
+
+
+
public interface Mqtt5ClientConfiguration +extends MqttClientConfiguration
+
MQTT v5 Client Configuration.
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isCleanStart

      +
      boolean isCleanStart()
      +
      +
      Returns:
      +
      true if a new sessions should be started for connection.
      +
      +
      +
    • +
    • +
      +

      getSessionExpiryInterval

      +
      Long getSessionExpiryInterval()
      +
      +
      Returns:
      +
      the session expiry interval in seconds.
      +
      +
      +
    • +
    • +
      +

      getReceiveMaximum

      +
      Integer getReceiveMaximum()
      +
      +
      Returns:
      +
      the maximum amount of not acknowledged publishes with QoS 1 or 2 the client accepts from the server concurrently.
      +
      +
      +
    • +
    • +
      +

      getMaximumPacketSize

      +
      Integer getMaximumPacketSize()
      +
      +
      Returns:
      +
      the maximum packet size the client sends to the server.
      +
      +
      +
    • +
    • +
      +

      getTopicAliasMaximum

      +
      Integer getTopicAliasMaximum()
      +
      +
      Returns:
      +
      the maximum amount of topic aliases the client accepts from the server.
      +
      +
      +
    • +
    • +
      +

      isRequestResponseInfo

      +
      boolean isRequestResponseInfo()
      +
      +
      Returns:
      +
      whether the client requests response information from the server.
      +
      +
      +
    • +
    • +
      +

      isRequestProblemInfo

      +
      boolean isRequestProblemInfo()
      +
      +
      Returns:
      +
      whether the client requests problem information from the server.
      +
      +
      +
    • +
    • +
      +

      getUserProperties

      +
      Map<String,String> getUserProperties()
      +
      +
      Returns:
      +
      the user defined properties tha should be sent for every message.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-summary.html new file mode 100644 index 00000000..b4a91967 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-summary.html @@ -0,0 +1,91 @@ + + + + +io.micronaut.mqtt.hivemq.v5.config (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v5.config

+
+
+
package io.micronaut.mqtt.hivemq.v5.config
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-tree.html new file mode 100644 index 00000000..526ef663 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/config/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.hivemq.v5.config Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v5.config

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/Mqtt5IntroductionAdvice.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/Mqtt5IntroductionAdvice.html new file mode 100644 index 00000000..055478f6 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/Mqtt5IntroductionAdvice.html @@ -0,0 +1,272 @@ + + + + +Mqtt5IntroductionAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Mqtt5IntroductionAdvice

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice<BiConsumer<com.hivemq.client.mqtt.mqtt5.message.publish.Mqtt5PublishResult,Throwable>,MqttMessage> +
io.micronaut.mqtt.hivemq.v5.intercept.Mqtt5IntroductionAdvice
+
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.aop.Interceptor<Object,Object>, io.micronaut.aop.MethodInterceptor<Object,Object>, io.micronaut.core.order.Ordered
+
+
+
@Singleton +@InterceptorBean(MqttPublisher.class) +@Requires(property="mqtt.client.mqtt-version", + value="5", + defaultValue="5") +public class Mqtt5IntroductionAdvice +extends AbstractMqttIntroductionAdvice<BiConsumer<com.hivemq.client.mqtt.mqtt5.message.publish.Mqtt5PublishResult,Throwable>,MqttMessage>
+
The MQTT v5 implementation of AbstractMqttIntroductionAdvice.
+
+
Since:
+
3.0.0
+
Author:
+
Sven Kobow
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-summary.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-summary.html new file mode 100644 index 00000000..153e61c1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-summary.html @@ -0,0 +1,91 @@ + + + + +io.micronaut.mqtt.hivemq.v5.intercept (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.hivemq.v5.intercept

+
+
+
package io.micronaut.mqtt.hivemq.v5.intercept
+
+
+
Since:
+
3.0.0
+
Author:
+
Sergio del Amo
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-tree.html b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-tree.html new file mode 100644 index 00000000..87089501 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/hivemq/v5/intercept/package-tree.html @@ -0,0 +1,74 @@ + + + + +io.micronaut.mqtt.hivemq.v5.intercept Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.hivemq.v5.intercept

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttIntroductionAdvice.html b/3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttIntroductionAdvice.html new file mode 100644 index 00000000..951823cd --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttIntroductionAdvice.html @@ -0,0 +1,273 @@ + + + + +AbstractMqttIntroductionAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AbstractMqttIntroductionAdvice<L,M>

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice<L,M>
+
+
+
+
Type Parameters:
+
L - The listener type
+
M - The message type
+
+
+
All Implemented Interfaces:
+
io.micronaut.aop.Interceptor<Object,Object>, io.micronaut.aop.MethodInterceptor<Object,Object>, io.micronaut.core.order.Ordered
+
+
+
Direct Known Subclasses:
+
Mqtt3IntroductionAdvice, Mqtt5IntroductionAdvice, MqttIntroductionAdvice, MqttIntroductionAdvice
+
+
+
public abstract class AbstractMqttIntroductionAdvice<L,M> +extends Object +implements io.micronaut.aop.MethodInterceptor<Object,Object>
+
Intercepts calls to MQTT clients to publish messages.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AbstractMqttIntroductionAdvice

      +
      public AbstractMqttIntroductionAdvice(MqttBinderRegistry binderRegistry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      intercept

      +
      public Object intercept(io.micronaut.aop.MethodInvocationContext<Object,Object> context)
      +
      +
      Specified by:
      +
      intercept in interface io.micronaut.aop.MethodInterceptor<L,M>
      +
      +
      +
    • +
    • +
      +

      createBindingContext

      +
      public abstract MqttBindingContext<M> createBindingContext(io.micronaut.aop.MethodInvocationContext<Object,Object> context)
      +
      +
      Parameters:
      +
      context - The method context
      +
      Returns:
      +
      The binding context to bind data used in publishing
      +
      +
      +
    • +
    • +
      +

      publish

      +
      public abstract Object publish(String topic, + M message, + L listener)
      +
      Publishes the message.
      +
      +
      Parameters:
      +
      topic - The topic to publish the message to
      +
      message - The message to publish
      +
      listener - The publish action listener
      +
      Returns:
      +
      The result of the publish method
      +
      +
      +
    • +
    • +
      +

      createListener

      +
      public abstract L createListener(Runnable onSuccess, + Consumer<Throwable> onError)
      +
      Create a listener.
      +
      +
      Parameters:
      +
      onSuccess - The code to call when a message is sent successfully
      +
      onError - The consumer to call in the case of an exception
      +
      Returns:
      +
      A publish action listener
      +
      +
      +
    • +
    • +
      +

      getRequiredAnnotation

      +
      public abstract Class<? extends Annotation> getRequiredAnnotation()
      +
      +
      Returns:
      +
      The implement specific client annotation class
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttSubscriberAdvice.html b/3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttSubscriberAdvice.html new file mode 100644 index 00000000..8e4e8f38 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/intercept/AbstractMqttSubscriberAdvice.html @@ -0,0 +1,229 @@ + + + + +AbstractMqttSubscriberAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AbstractMqttSubscriberAdvice<M>

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice<M>
+
+
+
+
Type Parameters:
+
M - The specific message type
+
+
+
All Implemented Interfaces:
+
io.micronaut.context.processor.AnnotationProcessor<Topic,io.micronaut.inject.ExecutableMethod<?,?>>, io.micronaut.context.processor.ExecutableMethodProcessor<Topic>, AutoCloseable
+
+
+
Direct Known Subclasses:
+
MqttSubscriberAdvice, MqttSubscriberAdvice, MqttSubscriberAdvice
+
+
+
public abstract class AbstractMqttSubscriberAdvice<M> +extends Object +implements io.micronaut.context.processor.ExecutableMethodProcessor<Topic>, AutoCloseable
+
An ExecutableMethodProcessor that will process all beans annotated + with MqttSubscriber and create and subscribe the relevant methods + as consumers to MQTT topics.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      process

      +
      public void process(io.micronaut.inject.BeanDefinition<?> beanDefinition, + io.micronaut.inject.ExecutableMethod<?,?> method)
      +
      +
      Specified by:
      +
      process in interface io.micronaut.context.processor.AnnotationProcessor<Topic,io.micronaut.inject.ExecutableMethod<?,?>>
      +
      Specified by:
      +
      process in interface io.micronaut.context.processor.ExecutableMethodProcessor<M>
      +
      +
      +
    • +
    • +
      +

      subscribe

      +
      public abstract void subscribe(String[] topics, + int[] qos, + Consumer<MqttBindingContext<M>> callback)
      +
      +
    • +
    • +
      +

      unsubscribe

      +
      public abstract void unsubscribe(Set<String> topics)
      +
      +
    • +
    • +
      +

      close

      +
      public void close() + throws Exception
      +
      +
      Specified by:
      +
      close in interface AutoCloseable
      +
      Throws:
      +
      Exception
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/intercept/package-summary.html b/3.4.1/api/io/micronaut/mqtt/intercept/package-summary.html new file mode 100644 index 00000000..e12bd4ce --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/intercept/package-summary.html @@ -0,0 +1,89 @@ + + + + +io.micronaut.mqtt.intercept (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.intercept

+
+
+
package io.micronaut.mqtt.intercept
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/intercept/package-tree.html b/3.4.1/api/io/micronaut/mqtt/intercept/package-tree.html new file mode 100644 index 00000000..8c950d1a --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/intercept/package-tree.html @@ -0,0 +1,71 @@ + + + + +io.micronaut.mqtt.intercept Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.intercept

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/serdes/DefaultMqttPayloadSerDesRegistry.html b/3.4.1/api/io/micronaut/mqtt/serdes/DefaultMqttPayloadSerDesRegistry.html new file mode 100644 index 00000000..e1c8ace8 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/serdes/DefaultMqttPayloadSerDesRegistry.html @@ -0,0 +1,191 @@ + + + + +DefaultMqttPayloadSerDesRegistry (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DefaultMqttPayloadSerDesRegistry

+
+
java.lang.Object +
io.micronaut.mqtt.serdes.DefaultMqttPayloadSerDesRegistry
+
+
+
+
All Implemented Interfaces:
+
MqttPayloadSerDesRegistry
+
+
+
@Singleton +public class DefaultMqttPayloadSerDesRegistry +extends Object +implements MqttPayloadSerDesRegistry
+
Default implementation of MqttPayloadSerDesRegistry.
+
+
Since:
+
1.1.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DefaultMqttPayloadSerDesRegistry

      +
      public DefaultMqttPayloadSerDesRegistry(MqttPayloadSerDes<?>... serDes)
      +
      Default constructor.
      +
      +
      Parameters:
      +
      serDes - The serdes to be registered.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findSerdes

      +
      public <T> Optional<MqttPayloadSerDes<T>> findSerdes(io.micronaut.core.type.Argument<T> type)
      +
      Description copied from interface: MqttPayloadSerDesRegistry
      +
      Returns the serdes that supports the given type.
      +
      +
      Specified by:
      +
      findSerdes in interface MqttPayloadSerDesRegistry
      +
      Type Parameters:
      +
      T - The type to be serialized/deserialized
      +
      Parameters:
      +
      type - The type
      +
      Returns:
      +
      An optional serdes
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/serdes/JavaLangMqttPayloadSerDes.html b/3.4.1/api/io/micronaut/mqtt/serdes/JavaLangMqttPayloadSerDes.html new file mode 100644 index 00000000..3180af15 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/serdes/JavaLangMqttPayloadSerDes.html @@ -0,0 +1,449 @@ + + + + +JavaLangMqttPayloadSerDes (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JavaLangMqttPayloadSerDes

+
+
java.lang.Object +
io.micronaut.mqtt.serdes.JavaLangMqttPayloadSerDes
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.order.Ordered, MqttPayloadSerDes<Object>
+
+
+
@Singleton +public class JavaLangMqttPayloadSerDes +extends Object +implements MqttPayloadSerDes<Object>
+
Serializes and deserializes standard Java types.
+
+
Since:
+
1.1.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      ORDER

      +
      public static final Integer ORDER
      +
      The order of this serDes.
      +
      +
    • +
    • +
      +

      javaSerDes

      +
      protected final List<MqttPayloadSerDes> javaSerDes
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      JavaLangMqttPayloadSerDes

      +
      public JavaLangMqttPayloadSerDes()
      +
      Default constructor.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      serialize

      +
      public byte[] serialize(@Nullable + @Nullable Object data)
      +
      Description copied from interface: MqttPayloadSerDes
      +
      Serializes the data into a byte[] to be published + to MQTT.
      +
      +
      Specified by:
      +
      serialize in interface MqttPayloadSerDes<Object>
      +
      Parameters:
      +
      data - The data to serialize
      +
      Returns:
      +
      The message body
      +
      +
      +
    • +
    • +
      +

      deserialize

      +
      public Object deserialize(byte[] payload, + io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttPayloadSerDes
      +
      Deserializes the message into the requested type.
      +
      +
      Specified by:
      +
      deserialize in interface MqttPayloadSerDes<Object>
      +
      Parameters:
      +
      payload - The message to deserialize
      +
      argument - The type to be returned
      +
      Returns:
      +
      The deserialized body
      +
      +
      +
    • +
    • +
      +

      supports

      +
      public boolean supports(io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttPayloadSerDes
      +
      Determines if this serdes supports the given type.
      +
      +
      Specified by:
      +
      supports in interface MqttPayloadSerDes<Object>
      +
      Parameters:
      +
      argument - The type
      +
      Returns:
      +
      True if the type is supported
      +
      +
      +
    • +
    • +
      +

      getOrder

      +
      public int getOrder()
      +
      +
      Specified by:
      +
      getOrder in interface io.micronaut.core.order.Ordered
      +
      +
      +
    • +
    • +
      +

      findSerDes

      +
      @Nullable +protected @Nullable MqttPayloadSerDes findSerDes(io.micronaut.core.type.Argument<?> type)
      +
      Finds the correct serDes based on the type.
      +
      +
      Parameters:
      +
      type - The java type
      +
      Returns:
      +
      The serdes, or null if none can be found
      +
      +
      +
    • +
    • +
      +

      getStringSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<String> getStringSerDes()
      +
      +
      Returns:
      +
      The serDes that handles String
      +
      +
      +
    • +
    • +
      +

      getShortSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<Short> getShortSerDes()
      +
      +
      Returns:
      +
      The serDes that handles Short
      +
      +
      +
    • +
    • +
      +

      getIntegerSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<Integer> getIntegerSerDes()
      +
      +
      Returns:
      +
      The serDes that handles Integer
      +
      +
      +
    • +
    • +
      +

      getLongSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<Long> getLongSerDes()
      +
      +
      Returns:
      +
      The serDes that handles Long
      +
      +
      +
    • +
    • +
      +

      getFloatSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<Float> getFloatSerDes()
      +
      +
      Returns:
      +
      The serDes that handles Float
      +
      +
      +
    • +
    • +
      +

      getDoubleSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<Double> getDoubleSerDes()
      +
      +
      Returns:
      +
      The serDes that handles Double
      +
      +
      +
    • +
    • +
      +

      getByteArraySerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<byte[]> getByteArraySerDes()
      +
      +
      Returns:
      +
      The serDes that handles byte[]
      +
      +
      +
    • +
    • +
      +

      getByteBufferSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<ByteBuffer> getByteBufferSerDes()
      +
      +
      Returns:
      +
      The serDes that handles ByteBuffer
      +
      +
      +
    • +
    • +
      +

      getUUIDSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<UUID> getUUIDSerDes()
      +
      +
      Returns:
      +
      The serDes that handles UUID
      +
      +
      +
    • +
    • +
      +

      getBooleanSerDes

      +
      @NonNull +protected @NonNull MqttPayloadSerDes<Boolean> getBooleanSerDes()
      +
      +
      Returns:
      +
      The serDes that handles UUID
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/serdes/JsonMqttPayloadSerDes.html b/3.4.1/api/io/micronaut/mqtt/serdes/JsonMqttPayloadSerDes.html new file mode 100644 index 00000000..92b84792 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/serdes/JsonMqttPayloadSerDes.html @@ -0,0 +1,286 @@ + + + + +JsonMqttPayloadSerDes (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JsonMqttPayloadSerDes

+
+
java.lang.Object +
io.micronaut.mqtt.serdes.JsonMqttPayloadSerDes
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.order.Ordered, MqttPayloadSerDes<Object>
+
+
+
@Singleton +public class JsonMqttPayloadSerDes +extends Object +implements MqttPayloadSerDes<Object>
+
Serializes and deserializes objects as JSON using Jackson.
+
+
Since:
+
1.1.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final Integer
    + +
    +
    The order of this serDes.
    +
    +
    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    JsonMqttPayloadSerDes(io.micronaut.json.JsonMapper jsonMapper)
    +
    +
    Default constructor.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    deserialize(byte[] payload, + io.micronaut.core.type.Argument<Object> type)
    +
    +
    Deserializes the message into the requested type.
    +
    +
    int
    + +
     
    +
    byte[]
    + +
    +
    Serializes the data into a byte[] to be published + to MQTT.
    +
    +
    boolean
    +
    supports(io.micronaut.core.type.Argument<Object> argument)
    +
    +
    Determines if this serdes supports the given type.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      ORDER

      +
      public static final Integer ORDER
      +
      The order of this serDes.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      JsonMqttPayloadSerDes

      +
      public JsonMqttPayloadSerDes(io.micronaut.json.JsonMapper jsonMapper)
      +
      Default constructor.
      +
      +
      Parameters:
      +
      jsonMapper - The json mapper
      +
      Since:
      +
      2.1.0
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      deserialize

      +
      public Object deserialize(byte[] payload, + io.micronaut.core.type.Argument<Object> type)
      +
      Description copied from interface: MqttPayloadSerDes
      +
      Deserializes the message into the requested type.
      +
      +
      Specified by:
      +
      deserialize in interface MqttPayloadSerDes<Object>
      +
      Parameters:
      +
      payload - The message to deserialize
      +
      type - The type to be returned
      +
      Returns:
      +
      The deserialized body
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public byte[] serialize(Object data)
      +
      Description copied from interface: MqttPayloadSerDes
      +
      Serializes the data into a byte[] to be published + to MQTT.
      +
      +
      Specified by:
      +
      serialize in interface MqttPayloadSerDes<Object>
      +
      Parameters:
      +
      data - The data to serialize
      +
      Returns:
      +
      The message body
      +
      +
      +
    • +
    • +
      +

      getOrder

      +
      public int getOrder()
      +
      +
      Specified by:
      +
      getOrder in interface io.micronaut.core.order.Ordered
      +
      +
      +
    • +
    • +
      +

      supports

      +
      public boolean supports(io.micronaut.core.type.Argument<Object> argument)
      +
      Description copied from interface: MqttPayloadSerDes
      +
      Determines if this serdes supports the given type.
      +
      +
      Specified by:
      +
      supports in interface MqttPayloadSerDes<Object>
      +
      Parameters:
      +
      argument - The type
      +
      Returns:
      +
      True if the type is supported
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDes.html b/3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDes.html new file mode 100644 index 00000000..dec635ea --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDes.html @@ -0,0 +1,208 @@ + + + + +MqttPayloadSerDes (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttPayloadSerDes<T>

+
+
+
+
Type Parameters:
+
T - The type to be serialized/deserialized
+
+
+
All Superinterfaces:
+
io.micronaut.core.order.Ordered
+
+
+
All Known Implementing Classes:
+
JavaLangMqttPayloadSerDes, JsonMqttPayloadSerDes
+
+
+
public interface MqttPayloadSerDes<T> +extends io.micronaut.core.order.Ordered
+
Responsible for serializing and deserializing MQTT message payloads.
+
+
Since:
+
1.1.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    deserialize(byte[] payload, + io.micronaut.core.type.Argument<T> argument)
    +
    +
    Deserializes the message into the requested type.
    +
    +
    @io.micronaut.core.annotation.Nullable byte[]
    +
    serialize(T data)
    +
    +
    Serializes the data into a byte[] to be published + to MQTT.
    +
    +
    boolean
    +
    supports(io.micronaut.core.type.Argument<T> type)
    +
    +
    Determines if this serdes supports the given type.
    +
    +
    +
    +
    +
    +

    Methods inherited from interface io.micronaut.core.order.Ordered

    +getOrder
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      deserialize

      +
      @Nullable +T deserialize(byte[] payload, + io.micronaut.core.type.Argument<T> argument)
      +
      Deserializes the message into the requested type.
      +
      +
      Parameters:
      +
      payload - The message to deserialize
      +
      argument - The type to be returned
      +
      Returns:
      +
      The deserialized body
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      @Nullable +@io.micronaut.core.annotation.Nullable byte[] serialize(@Nullable + T data)
      +
      Serializes the data into a byte[] to be published + to MQTT.
      +
      +
      Parameters:
      +
      data - The data to serialize
      +
      Returns:
      +
      The message body
      +
      +
      +
    • +
    • +
      +

      supports

      +
      boolean supports(io.micronaut.core.type.Argument<T> type)
      +
      Determines if this serdes supports the given type.
      +
      +
      Parameters:
      +
      type - The type
      +
      Returns:
      +
      True if the type is supported
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDesRegistry.html b/3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDesRegistry.html new file mode 100644 index 00000000..b5d528d6 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/serdes/MqttPayloadSerDesRegistry.html @@ -0,0 +1,152 @@ + + + + +MqttPayloadSerDesRegistry (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MqttPayloadSerDesRegistry

+
+
+
+
All Known Implementing Classes:
+
DefaultMqttPayloadSerDesRegistry
+
+
+
public interface MqttPayloadSerDesRegistry
+
A registry of MqttPayloadSerDes instances. Responsible + for returning the serdes that supports the given type.
+
+
Since:
+
1.1.0
+
Author:
+
James Kleeh
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    findSerdes(io.micronaut.core.type.Argument<T> type)
    +
    +
    Returns the serdes that supports the given type.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findSerdes

      +
      <T> Optional<MqttPayloadSerDes<T>> findSerdes(io.micronaut.core.type.Argument<T> type)
      +
      Returns the serdes that supports the given type.
      +
      +
      Type Parameters:
      +
      T - The type to be serialized/deserialized
      +
      Parameters:
      +
      type - The type
      +
      Returns:
      +
      An optional serdes
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/serdes/package-summary.html b/3.4.1/api/io/micronaut/mqtt/serdes/package-summary.html new file mode 100644 index 00000000..837e4d80 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/serdes/package-summary.html @@ -0,0 +1,114 @@ + + + + +io.micronaut.mqtt.serdes (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.serdes

+
+
+
package io.micronaut.mqtt.serdes
+
+
Classes for serializing and deserializing MQTT message payloads.
+
+
Since:
+
1.0
+
Author:
+
graemerocher
+
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/serdes/package-tree.html b/3.4.1/api/io/micronaut/mqtt/serdes/package-tree.html new file mode 100644 index 00000000..ca474b5b --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/serdes/package-tree.html @@ -0,0 +1,83 @@ + + + + +io.micronaut.mqtt.serdes Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.serdes

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/ssl/MqttCertificateConfiguration.html b/3.4.1/api/io/micronaut/mqtt/ssl/MqttCertificateConfiguration.html new file mode 100644 index 00000000..b4688f30 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/ssl/MqttCertificateConfiguration.html @@ -0,0 +1,260 @@ + + + + +MqttCertificateConfiguration (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttCertificateConfiguration

+
+
java.lang.Object +
io.micronaut.mqtt.ssl.MqttCertificateConfiguration
+
+
+
+
@ConfigurationProperties("mqtt.client.ssl") +public class MqttCertificateConfiguration +extends Object
+
MQTT client SSL configuration.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttCertificateConfiguration

      +
      public MqttCertificateConfiguration()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCertificateAuthority

      +
      public io.micronaut.core.io.Readable getCertificateAuthority()
      +
      +
      Returns:
      +
      The certificate authority
      +
      +
      +
    • +
    • +
      +

      setCertificateAuthority

      +
      public void setCertificateAuthority(io.micronaut.core.io.Readable certificateAuthority)
      +
      +
      Parameters:
      +
      certificateAuthority - The certificate authority location
      +
      +
      +
    • +
    • +
      +

      getCertificate

      +
      public io.micronaut.core.io.Readable getCertificate()
      +
      +
      Returns:
      +
      The certificate
      +
      +
      +
    • +
    • +
      +

      setCertificate

      +
      public void setCertificate(io.micronaut.core.io.Readable certificate)
      +
      +
      Parameters:
      +
      certificate - The client certificate location
      +
      +
      +
    • +
    • +
      +

      getPrivateKey

      +
      public io.micronaut.core.io.Readable getPrivateKey()
      +
      +
      Returns:
      +
      The client key
      +
      +
      +
    • +
    • +
      +

      setPrivateKey

      +
      public void setPrivateKey(io.micronaut.core.io.Readable privateKey)
      +
      +
      Parameters:
      +
      privateKey - The client private key location
      +
      +
      +
    • +
    • +
      +

      getPassword

      +
      public char[] getPassword()
      +
      +
      Returns:
      +
      The key password
      +
      +
      +
    • +
    • +
      +

      setPassword

      +
      public void setPassword(char[] password)
      +
      +
      Parameters:
      +
      password - The key password
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/ssl/package-summary.html b/3.4.1/api/io/micronaut/mqtt/ssl/package-summary.html new file mode 100644 index 00000000..2f009f5b --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/ssl/package-summary.html @@ -0,0 +1,88 @@ + + + + +io.micronaut.mqtt.ssl (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.ssl

+
+
+
@Configuration +@Requires(property="mqtt.client.ssl") +package io.micronaut.mqtt.ssl
+
+
MQTT SSL connection management.
+
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/ssl/package-tree.html b/3.4.1/api/io/micronaut/mqtt/ssl/package-tree.html new file mode 100644 index 00000000..aead59b8 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/ssl/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.ssl Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.ssl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/bind/MqttV3BindingContext.html b/3.4.1/api/io/micronaut/mqtt/v3/bind/MqttV3BindingContext.html new file mode 100644 index 00000000..906988f1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/bind/MqttV3BindingContext.html @@ -0,0 +1,351 @@ + + + + +MqttV3BindingContext (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttV3BindingContext

+
+
java.lang.Object +
io.micronaut.mqtt.v3.bind.MqttV3BindingContext
+
+
+
+
All Implemented Interfaces:
+
MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
+
+
+
@Internal +public final class MqttV3BindingContext +extends Object +implements MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
+
A binding context for MQTT v3 messages.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttV3BindingContext

      +
      public MqttV3BindingContext(org.eclipse.paho.client.mqttv3.MqttAsyncClient client, + org.eclipse.paho.client.mqttv3.MqttMessage message)
      +
      +
      Parameters:
      +
      client - The client
      +
      message - The message
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPayload

      +
      public byte[] getPayload()
      +
      +
      Specified by:
      +
      getPayload in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Returns:
      +
      The message payload
      +
      +
      +
    • +
    • +
      +

      setPayload

      +
      public void setPayload(byte[] payload)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message payload.
      +
      +
      Specified by:
      +
      setPayload in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Parameters:
      +
      payload - The payload
      +
      +
      +
    • +
    • +
      +

      isRetained

      +
      public boolean isRetained()
      +
      +
      Specified by:
      +
      isRetained in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Returns:
      +
      True if the message is retained
      +
      +
      +
    • +
    • +
      +

      setRetained

      +
      public void setRetained(boolean retained)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message to be retained.
      +
      +
      Specified by:
      +
      setRetained in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Parameters:
      +
      retained - The retained flag
      +
      +
      +
    • +
    • +
      +

      getQos

      +
      public int getQos()
      +
      +
      Specified by:
      +
      getQos in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Returns:
      +
      The message QOS
      +
      +
      +
    • +
    • +
      +

      setQos

      +
      public void setQos(int qos)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message qos. Must be 0, 1, or 2.
      +
      +
      Specified by:
      +
      setQos in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Parameters:
      +
      qos - The qos
      +
      +
      +
    • +
    • +
      +

      getTopic

      +
      public String getTopic()
      +
      +
      Specified by:
      +
      getTopic in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Returns:
      +
      The message topic
      +
      +
      +
    • +
    • +
      +

      setTopic

      +
      public void setTopic(String topic)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message topic.
      +
      +
      Specified by:
      +
      setTopic in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Parameters:
      +
      topic - The topic
      +
      +
      +
    • +
    • +
      +

      getId

      +
      public int getId()
      +
      +
      Specified by:
      +
      getId in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Returns:
      +
      The message ID
      +
      +
      +
    • +
    • +
      +

      acknowlege

      +
      public void acknowlege()
      +
      Description copied from interface: MqttBindingContext
      +
      Acknowledges a message.
      +
      +
      Specified by:
      +
      acknowlege in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      +
      +
    • +
    • +
      +

      getNativeMessage

      +
      public org.eclipse.paho.client.mqttv3.MqttMessage getNativeMessage()
      +
      +
      Specified by:
      +
      getNativeMessage in interface MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Returns:
      +
      The underlying message instance
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/bind/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v3/bind/package-summary.html new file mode 100644 index 00000000..404be800 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/bind/package-summary.html @@ -0,0 +1,83 @@ + + + + +io.micronaut.mqtt.v3.bind (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v3.bind

+
+
+
package io.micronaut.mqtt.v3.bind
+
+
    +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    A binding context for MQTT v3 messages.
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/bind/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v3/bind/package-tree.html new file mode 100644 index 00000000..357282f1 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/bind/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.v3.bind Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v3.bind

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/client/MqttClientFactory.html b/3.4.1/api/io/micronaut/mqtt/v3/client/MqttClientFactory.html new file mode 100644 index 00000000..8b2bb94b --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/client/MqttClientFactory.html @@ -0,0 +1,134 @@ + + + + +MqttClientFactory (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttClientFactory

+
+
java.lang.Object +
io.micronaut.mqtt.v3.client.MqttClientFactory
+
+
+
+
@Factory +public final class MqttClientFactory +extends Object
+
A factory to create an MQTT client.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttClientFactory

      +
      public MqttClientFactory()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/client/health/MqttHealthIndicator.html b/3.4.1/api/io/micronaut/mqtt/v3/client/health/MqttHealthIndicator.html new file mode 100644 index 00000000..a061a3d3 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/client/health/MqttHealthIndicator.html @@ -0,0 +1,225 @@ + + + + +MqttHealthIndicator (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttHealthIndicator

+
+
java.lang.Object +
io.micronaut.mqtt.v3.client.health.MqttHealthIndicator
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.order.Ordered, io.micronaut.management.health.indicator.HealthIndicator
+
+
+
@Requires(property="endpoints.health.mqtt.client.enabled",value="true") @Requires(beans=io.micronaut.management.endpoint.health.HealthEndpoint.class) +@Singleton +public class MqttHealthIndicator +extends Object +implements io.micronaut.management.health.indicator.HealthIndicator
+
A HealthIndicator for Mqtt Client.
+
+
Since:
+
1.0.0
+
Author:
+
Charlie Kapopoulos
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
     
    +
    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    MqttHealthIndicator(org.eclipse.paho.client.mqttv3.MqttAsyncClient client)
    +
    +
    Constructor.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micronaut.core.order.Ordered

    +getOrder
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttHealthIndicator

      +
      public MqttHealthIndicator(org.eclipse.paho.client.mqttv3.MqttAsyncClient client)
      +
      Constructor.
      +
      +
      Parameters:
      +
      client - MqttAsyncClient.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getResult

      +
      public org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> getResult()
      +
      +
      Specified by:
      +
      getResult in interface io.micronaut.management.health.indicator.HealthIndicator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/client/health/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v3/client/health/package-summary.html new file mode 100644 index 00000000..08de9901 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/client/health/package-summary.html @@ -0,0 +1,94 @@ + + + + +io.micronaut.mqtt.v3.client.health (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v3.client.health

+
+
+
package io.micronaut.mqtt.v3.client.health
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/client/health/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v3/client/health/package-tree.html new file mode 100644 index 00000000..51c28fa5 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/client/health/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.v3.client.health Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v3.client.health

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • io.micronaut.mqtt.v3.client.health.MqttHealthIndicator (implements io.micronaut.management.health.indicator.HealthIndicator)
    • +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/client/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v3/client/package-summary.html new file mode 100644 index 00000000..b2740253 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/client/package-summary.html @@ -0,0 +1,94 @@ + + + + +io.micronaut.mqtt.v3.client (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v3.client

+
+
+
package io.micronaut.mqtt.v3.client
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/client/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v3/client/package-tree.html new file mode 100644 index 00000000..c64063fb --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/client/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.v3.client Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v3.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/config/MqttClientConfigurationProperties.html b/3.4.1/api/io/micronaut/mqtt/v3/config/MqttClientConfigurationProperties.html new file mode 100644 index 00000000..1ff490c4 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/config/MqttClientConfigurationProperties.html @@ -0,0 +1,384 @@ + + + + +MqttClientConfigurationProperties (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttClientConfigurationProperties

+
+
java.lang.Object +
io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties
+
+
+
+
All Implemented Interfaces:
+
MqttSSLConfiguration
+
+
+
@ConfigurationProperties("mqtt.client") +public class MqttClientConfigurationProperties +extends Object +implements MqttSSLConfiguration
+
Configuration for the MQTT client.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttClientConfigurationProperties

      +
      public MqttClientConfigurationProperties(io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties.WillMessage willMessage)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConnectOptions

      +
      public org.eclipse.paho.client.mqttv3.MqttConnectOptions getConnectOptions()
      +
      +
      Returns:
      +
      The connection options
      +
      +
      +
    • +
    • +
      +

      getServerUri

      +
      @NotNull +public @NotNull String getServerUri()
      +
      +
      Returns:
      +
      The server URI
      +
      +
      +
    • +
    • +
      +

      setServerUri

      +
      public void setServerUri(String serverUri)
      +
      +
      Parameters:
      +
      serverUri - The server URI
      +
      +
      +
    • +
    • +
      +

      getClientId

      +
      @NotNull +public @NotNull String getClientId()
      +
      +
      Returns:
      +
      The client id
      +
      +
      +
    • +
    • +
      +

      setClientId

      +
      public void setClientId(String clientId)
      +
      +
      Parameters:
      +
      clientId - The client ID
      +
      +
      +
    • +
    • +
      +

      getConnectionTimeout

      +
      public Duration getConnectionTimeout()
      +
      +
      Returns:
      +
      The connection timeout
      +
      +
      +
    • +
    • +
      +

      setConnectionTimeout

      +
      public void setConnectionTimeout(Duration connectionTimeout)
      +
      +
      Parameters:
      +
      connectionTimeout - How long to wait for a connection
      +
      +
      +
    • +
    • +
      +

      getManualAcks

      +
      public Optional<Boolean> getManualAcks()
      +
      +
      Returns:
      +
      An optional boolean to set the client in manual acknowledge mode
      +
      +
      +
    • +
    • +
      +

      setManualAcks

      +
      public void setManualAcks(Boolean manualAcks)
      +
      +
      Parameters:
      +
      manualAcks - Set to true if you wish to manually acknowledge messages
      +
      +
      +
    • +
    • +
      +

      getSocketFactory

      +
      public SocketFactory getSocketFactory()
      +
      +
      Specified by:
      +
      getSocketFactory in interface MqttSSLConfiguration
      +
      +
      +
    • +
    • +
      +

      setSocketFactory

      +
      public void setSocketFactory(SocketFactory socketFactory)
      +
      +
      Specified by:
      +
      setSocketFactory in interface MqttSSLConfiguration
      +
      +
      +
    • +
    • +
      +

      getSSLProperties

      +
      public Properties getSSLProperties()
      +
      +
      Specified by:
      +
      getSSLProperties in interface MqttSSLConfiguration
      +
      +
      +
    • +
    • +
      +

      setSSLProperties

      +
      public void setSSLProperties(Properties props)
      +
      +
      Specified by:
      +
      setSSLProperties in interface MqttSSLConfiguration
      +
      +
      +
    • +
    • +
      +

      isHttpsHostnameVerificationEnabled

      +
      public boolean isHttpsHostnameVerificationEnabled()
      +
      +
      Specified by:
      +
      isHttpsHostnameVerificationEnabled in interface MqttSSLConfiguration
      +
      +
      +
    • +
    • +
      +

      setHttpsHostnameVerificationEnabled

      +
      public void setHttpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled)
      +
      +
      Specified by:
      +
      setHttpsHostnameVerificationEnabled in interface MqttSSLConfiguration
      +
      +
      +
    • +
    • +
      +

      getSSLHostnameVerifier

      +
      public HostnameVerifier getSSLHostnameVerifier()
      +
      +
      Specified by:
      +
      getSSLHostnameVerifier in interface MqttSSLConfiguration
      +
      +
      +
    • +
    • +
      +

      setSSLHostnameVerifier

      +
      public void setSSLHostnameVerifier(HostnameVerifier hostnameVerifier)
      +
      +
      Specified by:
      +
      setSSLHostnameVerifier in interface MqttSSLConfiguration
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/config/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v3/config/package-summary.html new file mode 100644 index 00000000..af9c6946 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/config/package-summary.html @@ -0,0 +1,83 @@ + + + + +io.micronaut.mqtt.v3.config (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v3.config

+
+
+
package io.micronaut.mqtt.v3.config
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/config/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v3/config/package-tree.html new file mode 100644 index 00000000..6fce1c0c --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/config/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.v3.config Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v3.config

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttIntroductionAdvice.html b/3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttIntroductionAdvice.html new file mode 100644 index 00000000..288b2ca0 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttIntroductionAdvice.html @@ -0,0 +1,269 @@ + + + + +MqttIntroductionAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttIntroductionAdvice

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice<org.eclipse.paho.client.mqttv3.IMqttActionListener,org.eclipse.paho.client.mqttv3.MqttMessage> +
io.micronaut.mqtt.v3.intercept.MqttIntroductionAdvice
+
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.aop.Interceptor<Object,Object>, io.micronaut.aop.MethodInterceptor<Object,Object>, io.micronaut.core.order.Ordered
+
+
+
@Singleton +@InterceptorBean(MqttPublisher.class) +public class MqttIntroductionAdvice +extends AbstractMqttIntroductionAdvice<org.eclipse.paho.client.mqttv3.IMqttActionListener,org.eclipse.paho.client.mqttv3.MqttMessage>
+
The MQTT v3 implementation of AbstractMqttIntroductionAdvice.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface io.micronaut.aop.Interceptor

    +ARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGET
    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    MqttIntroductionAdvice(org.eclipse.paho.client.mqttv3.MqttAsyncClient mqttAsyncClient, + MqttBinderRegistry binderRegistry)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage>
    +
    createBindingContext(io.micronaut.aop.MethodInvocationContext<Object,Object> context)
    +
     
    +
    org.eclipse.paho.client.mqttv3.IMqttActionListener
    +
    createListener(Runnable onSuccess, + Consumer<Throwable> onError)
    +
    +
    Create a listener.
    +
    +
    Class<? extends Annotation>
    + +
     
    + +
    publish(String topic, + org.eclipse.paho.client.mqttv3.MqttMessage message, + org.eclipse.paho.client.mqttv3.IMqttActionListener listener)
    +
    +
    Publishes the message.
    +
    +
    +
    +
    +
    +

    Methods inherited from class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice

    +intercept
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micronaut.aop.MethodInterceptor

    +intercept
    +
    +

    Methods inherited from interface io.micronaut.core.order.Ordered

    +getOrder
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttIntroductionAdvice

      +
      public MqttIntroductionAdvice(org.eclipse.paho.client.mqttv3.MqttAsyncClient mqttAsyncClient, + MqttBinderRegistry binderRegistry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      createBindingContext

      +
      public MqttBindingContext<org.eclipse.paho.client.mqttv3.MqttMessage> createBindingContext(io.micronaut.aop.MethodInvocationContext<Object,Object> context)
      +
      +
      Specified by:
      +
      createBindingContext in class AbstractMqttIntroductionAdvice<org.eclipse.paho.client.mqttv3.IMqttActionListener,org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Parameters:
      +
      context - The method context
      +
      Returns:
      +
      The binding context to bind data used in publishing
      +
      +
      +
    • +
    • +
      +

      publish

      +
      public Object publish(String topic, + org.eclipse.paho.client.mqttv3.MqttMessage message, + org.eclipse.paho.client.mqttv3.IMqttActionListener listener)
      +
      Description copied from class: AbstractMqttIntroductionAdvice
      +
      Publishes the message.
      +
      +
      Specified by:
      +
      publish in class AbstractMqttIntroductionAdvice<org.eclipse.paho.client.mqttv3.IMqttActionListener,org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Parameters:
      +
      topic - The topic to publish the message to
      +
      message - The message to publish
      +
      listener - The publish action listener
      +
      Returns:
      +
      The result of the publish method
      +
      +
      +
    • +
    • +
      +

      createListener

      +
      public org.eclipse.paho.client.mqttv3.IMqttActionListener createListener(Runnable onSuccess, + Consumer<Throwable> onError)
      +
      Description copied from class: AbstractMqttIntroductionAdvice
      +
      Create a listener.
      +
      +
      Specified by:
      +
      createListener in class AbstractMqttIntroductionAdvice<org.eclipse.paho.client.mqttv3.IMqttActionListener,org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Parameters:
      +
      onSuccess - The code to call when a message is sent successfully
      +
      onError - The consumer to call in the case of an exception
      +
      Returns:
      +
      A publish action listener
      +
      +
      +
    • +
    • +
      +

      getRequiredAnnotation

      +
      public Class<? extends Annotation> getRequiredAnnotation()
      +
      +
      Specified by:
      +
      getRequiredAnnotation in class AbstractMqttIntroductionAdvice<org.eclipse.paho.client.mqttv3.IMqttActionListener,org.eclipse.paho.client.mqttv3.MqttMessage>
      +
      Returns:
      +
      The implement specific client annotation class
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttSubscriberAdvice.html b/3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttSubscriberAdvice.html new file mode 100644 index 00000000..fdc06237 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/intercept/MqttSubscriberAdvice.html @@ -0,0 +1,201 @@ + + + + +MqttSubscriberAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttSubscriberAdvice

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice<org.eclipse.paho.client.mqttv3.MqttMessage> +
io.micronaut.mqtt.v3.intercept.MqttSubscriberAdvice
+
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.context.processor.AnnotationProcessor<Topic,io.micronaut.inject.ExecutableMethod<?,?>>, io.micronaut.context.processor.ExecutableMethodProcessor<Topic>, AutoCloseable
+
+
+
@Singleton +public class MqttSubscriberAdvice +extends AbstractMqttSubscriberAdvice<org.eclipse.paho.client.mqttv3.MqttMessage>
+
The MQTT v3 implementation of AbstractMqttSubscriberAdvice.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/intercept/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v3/intercept/package-summary.html new file mode 100644 index 00000000..41c2ccda --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/intercept/package-summary.html @@ -0,0 +1,87 @@ + + + + +io.micronaut.mqtt.v3.intercept (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v3.intercept

+
+
+
package io.micronaut.mqtt.v3.intercept
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v3/intercept/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v3/intercept/package-tree.html new file mode 100644 index 00000000..a4ee17f3 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v3/intercept/package-tree.html @@ -0,0 +1,79 @@ + + + + +io.micronaut.mqtt.v3.intercept Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v3.intercept

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/bind/MqttPropertyBinder.html b/3.4.1/api/io/micronaut/mqtt/v5/bind/MqttPropertyBinder.html new file mode 100644 index 00000000..028ff709 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/bind/MqttPropertyBinder.html @@ -0,0 +1,239 @@ + + + + +MqttPropertyBinder (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttPropertyBinder

+
+
java.lang.Object +
io.micronaut.mqtt.v5.bind.MqttPropertyBinder
+
+
+
+
All Implemented Interfaces:
+
AnnotatedMqttBinder<MqttV5BindingContext,MqttProperty>, MqttBinder<MqttV5BindingContext,Object>
+
+
+
@Introspected(classes=org.eclipse.paho.mqttv5.common.packet.MqttProperties.class) +@Singleton +public class MqttPropertyBinder +extends Object +implements AnnotatedMqttBinder<MqttV5BindingContext,MqttProperty>
+
Binds arguments to and from MqttProperties. + If the name is not one of the supported property names, the name and value will be populated via a UserProperty
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
See Also:
+
+
    +
  • for a list of names
  • +
+
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttPropertyBinder

      +
      public MqttPropertyBinder(io.micronaut.core.convert.ConversionService conversionService)
      +
      +
      Parameters:
      +
      conversionService - The conversion service
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/bind/MqttV5BindingContext.html b/3.4.1/api/io/micronaut/mqtt/v5/bind/MqttV5BindingContext.html new file mode 100644 index 00000000..6c17d0cd --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/bind/MqttV5BindingContext.html @@ -0,0 +1,369 @@ + + + + +MqttV5BindingContext (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttV5BindingContext

+
+
java.lang.Object +
io.micronaut.mqtt.v5.bind.MqttV5BindingContext
+
+
+
+
All Implemented Interfaces:
+
MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
+
+
+
@Internal +public final class MqttV5BindingContext +extends Object +implements MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
+
A binding context for MQTT v5 messages.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttV5BindingContext

      +
      public MqttV5BindingContext(org.eclipse.paho.mqttv5.client.MqttAsyncClient client, + org.eclipse.paho.mqttv5.common.MqttMessage message)
      +
      +
      Parameters:
      +
      client - The client
      +
      message - The message
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPayload

      +
      public byte[] getPayload()
      +
      +
      Specified by:
      +
      getPayload in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Returns:
      +
      The message payload
      +
      +
      +
    • +
    • +
      +

      setPayload

      +
      public void setPayload(byte[] payload)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message payload.
      +
      +
      Specified by:
      +
      setPayload in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Parameters:
      +
      payload - The payload
      +
      +
      +
    • +
    • +
      +

      isRetained

      +
      public boolean isRetained()
      +
      +
      Specified by:
      +
      isRetained in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Returns:
      +
      True if the message is retained
      +
      +
      +
    • +
    • +
      +

      setRetained

      +
      public void setRetained(boolean retained)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message to be retained.
      +
      +
      Specified by:
      +
      setRetained in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Parameters:
      +
      retained - The retained flag
      +
      +
      +
    • +
    • +
      +

      getQos

      +
      public int getQos()
      +
      +
      Specified by:
      +
      getQos in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Returns:
      +
      The message QOS
      +
      +
      +
    • +
    • +
      +

      setQos

      +
      public void setQos(int qos)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message qos. Must be 0, 1, or 2.
      +
      +
      Specified by:
      +
      setQos in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Parameters:
      +
      qos - The qos
      +
      +
      +
    • +
    • +
      +

      getTopic

      +
      public String getTopic()
      +
      +
      Specified by:
      +
      getTopic in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Returns:
      +
      The message topic
      +
      +
      +
    • +
    • +
      +

      setTopic

      +
      public void setTopic(String topic)
      +
      Description copied from interface: MqttBindingContext
      +
      Sets the message topic.
      +
      +
      Specified by:
      +
      setTopic in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Parameters:
      +
      topic - The topic
      +
      +
      +
    • +
    • +
      +

      getProperties

      +
      public org.eclipse.paho.mqttv5.common.packet.MqttProperties getProperties()
      +
      +
    • +
    • +
      +

      setProperties

      +
      public void setProperties(org.eclipse.paho.mqttv5.common.packet.MqttProperties properties)
      +
      +
    • +
    • +
      +

      getId

      +
      public int getId()
      +
      +
      Specified by:
      +
      getId in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Returns:
      +
      The message ID
      +
      +
      +
    • +
    • +
      +

      acknowlege

      +
      public void acknowlege()
      +
      Description copied from interface: MqttBindingContext
      +
      Acknowledges a message.
      +
      +
      Specified by:
      +
      acknowlege in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      +
      +
    • +
    • +
      +

      getNativeMessage

      +
      public org.eclipse.paho.mqttv5.common.MqttMessage getNativeMessage()
      +
      +
      Specified by:
      +
      getNativeMessage in interface MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Returns:
      +
      The underlying message instance
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/bind/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v5/bind/package-summary.html new file mode 100644 index 00000000..e4519a51 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/bind/package-summary.html @@ -0,0 +1,87 @@ + + + + +io.micronaut.mqtt.v5.bind (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v5.bind

+
+
+
package io.micronaut.mqtt.v5.bind
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/bind/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v5/bind/package-tree.html new file mode 100644 index 00000000..df08a180 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/bind/package-tree.html @@ -0,0 +1,71 @@ + + + + +io.micronaut.mqtt.v5.bind Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v5.bind

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/client/MqttClientFactory.html b/3.4.1/api/io/micronaut/mqtt/v5/client/MqttClientFactory.html new file mode 100644 index 00000000..7a72caac --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/client/MqttClientFactory.html @@ -0,0 +1,134 @@ + + + + +MqttClientFactory (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttClientFactory

+
+
java.lang.Object +
io.micronaut.mqtt.v5.client.MqttClientFactory
+
+
+
+
@Factory +public final class MqttClientFactory +extends Object
+
A factory to create an MQTT client.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttClientFactory

      +
      public MqttClientFactory()
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/client/health/MqttHealthIndicator.html b/3.4.1/api/io/micronaut/mqtt/v5/client/health/MqttHealthIndicator.html new file mode 100644 index 00000000..c9cab542 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/client/health/MqttHealthIndicator.html @@ -0,0 +1,225 @@ + + + + +MqttHealthIndicator (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttHealthIndicator

+
+
java.lang.Object +
io.micronaut.mqtt.v5.client.health.MqttHealthIndicator
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.core.order.Ordered, io.micronaut.management.health.indicator.HealthIndicator
+
+
+
@Requires(property="endpoints.health.mqtt.client.enabled",value="true") @Requires(beans=io.micronaut.management.endpoint.health.HealthEndpoint.class) +@Singleton +public class MqttHealthIndicator +extends Object +implements io.micronaut.management.health.indicator.HealthIndicator
+
A HealthIndicator for Mqtt Client.
+
+
Since:
+
1.0.0
+
Author:
+
Charlie Kapopoulos
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
     
    +
    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    MqttHealthIndicator(org.eclipse.paho.mqttv5.client.MqttAsyncClient client)
    +
    +
    Constructor.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micronaut.core.order.Ordered

    +getOrder
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttHealthIndicator

      +
      public MqttHealthIndicator(org.eclipse.paho.mqttv5.client.MqttAsyncClient client)
      +
      Constructor.
      +
      +
      Parameters:
      +
      client - MqttAsyncClient.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getResult

      +
      public org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> getResult()
      +
      +
      Specified by:
      +
      getResult in interface io.micronaut.management.health.indicator.HealthIndicator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/client/health/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v5/client/health/package-summary.html new file mode 100644 index 00000000..3dba5f7d --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/client/health/package-summary.html @@ -0,0 +1,94 @@ + + + + +io.micronaut.mqtt.v5.client.health (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v5.client.health

+
+
+
package io.micronaut.mqtt.v5.client.health
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/client/health/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v5/client/health/package-tree.html new file mode 100644 index 00000000..c43ec864 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/client/health/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.v5.client.health Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v5.client.health

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • io.micronaut.mqtt.v5.client.health.MqttHealthIndicator (implements io.micronaut.management.health.indicator.HealthIndicator)
    • +
    +
  • +
+
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/client/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v5/client/package-summary.html new file mode 100644 index 00000000..a06c5c26 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/client/package-summary.html @@ -0,0 +1,94 @@ + + + + +io.micronaut.mqtt.v5.client (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v5.client

+
+
+
package io.micronaut.mqtt.v5.client
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/client/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v5/client/package-tree.html new file mode 100644 index 00000000..5110eec3 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/client/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.v5.client Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v5.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/config/MqttClientConfigurationProperties.html b/3.4.1/api/io/micronaut/mqtt/v5/config/MqttClientConfigurationProperties.html new file mode 100644 index 00000000..5ed87d68 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/config/MqttClientConfigurationProperties.html @@ -0,0 +1,358 @@ + + + + +MqttClientConfigurationProperties (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttClientConfigurationProperties

+
+
java.lang.Object +
io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties
+
+
+
+
All Implemented Interfaces:
+
MqttSSLConfiguration
+
+
+
@ConfigurationProperties("mqtt.client") +public class MqttClientConfigurationProperties +extends Object +implements MqttSSLConfiguration
+
Configuration for the MQTT client.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttClientConfigurationProperties

      +
      public MqttClientConfigurationProperties(io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties.WillMessage willMessage)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/config/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v5/config/package-summary.html new file mode 100644 index 00000000..a480ebb9 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/config/package-summary.html @@ -0,0 +1,83 @@ + + + + +io.micronaut.mqtt.v5.config (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v5.config

+
+
+
package io.micronaut.mqtt.v5.config
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/config/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v5/config/package-tree.html new file mode 100644 index 00000000..79c967fb --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/config/package-tree.html @@ -0,0 +1,70 @@ + + + + +io.micronaut.mqtt.v5.config Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v5.config

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttIntroductionAdvice.html b/3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttIntroductionAdvice.html new file mode 100644 index 00000000..91fae2e5 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttIntroductionAdvice.html @@ -0,0 +1,269 @@ + + + + +MqttIntroductionAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttIntroductionAdvice

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice<org.eclipse.paho.mqttv5.client.MqttActionListener,org.eclipse.paho.mqttv5.common.MqttMessage> +
io.micronaut.mqtt.v5.intercept.MqttIntroductionAdvice
+
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.aop.Interceptor<Object,Object>, io.micronaut.aop.MethodInterceptor<Object,Object>, io.micronaut.core.order.Ordered
+
+
+
@Singleton +@InterceptorBean(MqttPublisher.class) +public class MqttIntroductionAdvice +extends AbstractMqttIntroductionAdvice<org.eclipse.paho.mqttv5.client.MqttActionListener,org.eclipse.paho.mqttv5.common.MqttMessage>
+
The MQTT v5 implementation of AbstractMqttIntroductionAdvice.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface io.micronaut.aop.Interceptor

    +ARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGET
    +
    +

    Fields inherited from interface io.micronaut.core.order.Ordered

    +HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    MqttIntroductionAdvice(org.eclipse.paho.mqttv5.client.MqttAsyncClient mqttAsyncClient, + MqttBinderRegistry binderRegistry)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage>
    +
    createBindingContext(io.micronaut.aop.MethodInvocationContext<Object,Object> context)
    +
     
    +
    org.eclipse.paho.mqttv5.client.MqttActionListener
    +
    createListener(Runnable onSuccess, + Consumer<Throwable> onError)
    +
    +
    Create a listener.
    +
    +
    Class<? extends Annotation>
    + +
     
    + +
    publish(String topic, + org.eclipse.paho.mqttv5.common.MqttMessage message, + org.eclipse.paho.mqttv5.client.MqttActionListener listener)
    +
    +
    Publishes the message.
    +
    +
    +
    +
    +
    +

    Methods inherited from class io.micronaut.mqtt.intercept.AbstractMqttIntroductionAdvice

    +intercept
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface io.micronaut.aop.MethodInterceptor

    +intercept
    +
    +

    Methods inherited from interface io.micronaut.core.order.Ordered

    +getOrder
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MqttIntroductionAdvice

      +
      public MqttIntroductionAdvice(org.eclipse.paho.mqttv5.client.MqttAsyncClient mqttAsyncClient, + MqttBinderRegistry binderRegistry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      publish

      +
      public Object publish(String topic, + org.eclipse.paho.mqttv5.common.MqttMessage message, + org.eclipse.paho.mqttv5.client.MqttActionListener listener)
      +
      Description copied from class: AbstractMqttIntroductionAdvice
      +
      Publishes the message.
      +
      +
      Specified by:
      +
      publish in class AbstractMqttIntroductionAdvice<org.eclipse.paho.mqttv5.client.MqttActionListener,org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Parameters:
      +
      topic - The topic to publish the message to
      +
      message - The message to publish
      +
      listener - The publish action listener
      +
      Returns:
      +
      The result of the publish method
      +
      +
      +
    • +
    • +
      +

      createBindingContext

      +
      public MqttBindingContext<org.eclipse.paho.mqttv5.common.MqttMessage> createBindingContext(io.micronaut.aop.MethodInvocationContext<Object,Object> context)
      +
      +
      Specified by:
      +
      createBindingContext in class AbstractMqttIntroductionAdvice<org.eclipse.paho.mqttv5.client.MqttActionListener,org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Parameters:
      +
      context - The method context
      +
      Returns:
      +
      The binding context to bind data used in publishing
      +
      +
      +
    • +
    • +
      +

      createListener

      +
      public org.eclipse.paho.mqttv5.client.MqttActionListener createListener(Runnable onSuccess, + Consumer<Throwable> onError)
      +
      Description copied from class: AbstractMqttIntroductionAdvice
      +
      Create a listener.
      +
      +
      Specified by:
      +
      createListener in class AbstractMqttIntroductionAdvice<org.eclipse.paho.mqttv5.client.MqttActionListener,org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Parameters:
      +
      onSuccess - The code to call when a message is sent successfully
      +
      onError - The consumer to call in the case of an exception
      +
      Returns:
      +
      A publish action listener
      +
      +
      +
    • +
    • +
      +

      getRequiredAnnotation

      +
      public Class<? extends Annotation> getRequiredAnnotation()
      +
      +
      Specified by:
      +
      getRequiredAnnotation in class AbstractMqttIntroductionAdvice<org.eclipse.paho.mqttv5.client.MqttActionListener,org.eclipse.paho.mqttv5.common.MqttMessage>
      +
      Returns:
      +
      The implement specific client annotation class
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttSubscriberAdvice.html b/3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttSubscriberAdvice.html new file mode 100644 index 00000000..28db3ca4 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/intercept/MqttSubscriberAdvice.html @@ -0,0 +1,201 @@ + + + + +MqttSubscriberAdvice (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MqttSubscriberAdvice

+
+
java.lang.Object +
io.micronaut.mqtt.intercept.AbstractMqttSubscriberAdvice<org.eclipse.paho.mqttv5.common.MqttMessage> +
io.micronaut.mqtt.v5.intercept.MqttSubscriberAdvice
+
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.context.processor.AnnotationProcessor<Topic,io.micronaut.inject.ExecutableMethod<?,?>>, io.micronaut.context.processor.ExecutableMethodProcessor<Topic>, AutoCloseable
+
+
+
@Singleton +public class MqttSubscriberAdvice +extends AbstractMqttSubscriberAdvice<org.eclipse.paho.mqttv5.common.MqttMessage>
+
The MQTT v5 implementation of AbstractMqttSubscriberAdvice.
+
+
Since:
+
1.0.0
+
Author:
+
James Kleeh
+
+
+
+ +
+
+ +
+ +
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/intercept/package-summary.html b/3.4.1/api/io/micronaut/mqtt/v5/intercept/package-summary.html new file mode 100644 index 00000000..81429152 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/intercept/package-summary.html @@ -0,0 +1,87 @@ + + + + +io.micronaut.mqtt.v5.intercept (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package io.micronaut.mqtt.v5.intercept

+
+
+
package io.micronaut.mqtt.v5.intercept
+
+ +
+
+
+
+ + diff --git a/3.4.1/api/io/micronaut/mqtt/v5/intercept/package-tree.html b/3.4.1/api/io/micronaut/mqtt/v5/intercept/package-tree.html new file mode 100644 index 00000000..8476ffd4 --- /dev/null +++ b/3.4.1/api/io/micronaut/mqtt/v5/intercept/package-tree.html @@ -0,0 +1,79 @@ + + + + +io.micronaut.mqtt.v5.intercept Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package io.micronaut.mqtt.v5.intercept

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/jquery-ui.overrides.css b/3.4.1/api/jquery-ui.overrides.css new file mode 100644 index 00000000..facf852c --- /dev/null +++ b/3.4.1/api/jquery-ui.overrides.css @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; + border: 1px solid #F8981D; +} diff --git a/3.4.1/api/legal/ADDITIONAL_LICENSE_INFO b/3.4.1/api/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 00000000..ff700cd0 --- /dev/null +++ b/3.4.1/api/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/3.4.1/api/legal/ASSEMBLY_EXCEPTION b/3.4.1/api/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 00000000..065b8d90 --- /dev/null +++ b/3.4.1/api/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/3.4.1/api/legal/LICENSE b/3.4.1/api/legal/LICENSE new file mode 100644 index 00000000..8b400c7a --- /dev/null +++ b/3.4.1/api/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/3.4.1/api/legal/jquery.md b/3.4.1/api/legal/jquery.md new file mode 100644 index 00000000..d468b318 --- /dev/null +++ b/3.4.1/api/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.6.1 + +### jQuery License +``` +jQuery v 3.6.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/3.4.1/api/legal/jqueryUI.md b/3.4.1/api/legal/jqueryUI.md new file mode 100644 index 00000000..8bda9d7a --- /dev/null +++ b/3.4.1/api/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/3.4.1/api/member-search-index.js b/3.4.1/api/member-search-index.js new file mode 100644 index 00000000..cbce7ae7 --- /dev/null +++ b/3.4.1/api/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttIntroductionAdvice","l":"AbstractMqttIntroductionAdvice(MqttBinderRegistry)","u":"%3Cinit%3E(io.micronaut.mqtt.bind.MqttBinderRegistry)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttSubscriberAdvice","l":"AbstractMqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.mqtt.bind.MqttBinderRegistry,io.micronaut.mqtt.exception.MqttSubscriberExceptionHandler)"},{"p":"io.micronaut.mqtt.bind.impl","c":"AcknowledgeMqttBinder","l":"AcknowledgeMqttBinder()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"acknowlege()"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"acknowlege()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"acknowlege()"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"acknowlege()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"acknowlege()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBinder","l":"bindFrom(M, ArgumentConversionContext)","u":"bindFrom(M,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind.impl","c":"AcknowledgeMqttBinder","l":"bindFrom(MqttBindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind.impl","c":"DefaultMqttBinder","l":"bindFrom(MqttBindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind.impl","c":"IdMqttBinder","l":"bindFrom(MqttBindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind.impl","c":"PayloadMqttBinder","l":"bindFrom(MqttBindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind.impl","c":"QosMqttBinder","l":"bindFrom(MqttBindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind.impl","c":"RetainedMqttBinder","l":"bindFrom(MqttBindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind.impl","c":"TopicMqttBinder","l":"bindFrom(MqttBindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttPropertyBinder","l":"bindFrom(MqttV5BindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttPropertyBinder","l":"bindFrom(MqttV5BindingContext, ArgumentConversionContext)","u":"bindFrom(io.micronaut.mqtt.v5.bind.MqttV5BindingContext,io.micronaut.core.convert.ArgumentConversionContext)"},{"p":"io.micronaut.mqtt.bind","c":"MqttBinder","l":"bindTo(M, T, Argument)","u":"bindTo(M,T,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"AcknowledgeMqttBinder","l":"bindTo(MqttBindingContext, Acknowledgement, Argument)","u":"bindTo(io.micronaut.mqtt.bind.MqttBindingContext,io.micronaut.messaging.Acknowledgement,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"DefaultMqttBinder","l":"bindTo(MqttBindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.bind.MqttBindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"IdMqttBinder","l":"bindTo(MqttBindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.bind.MqttBindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"PayloadMqttBinder","l":"bindTo(MqttBindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.bind.MqttBindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"QosMqttBinder","l":"bindTo(MqttBindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.bind.MqttBindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"RetainedMqttBinder","l":"bindTo(MqttBindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.bind.MqttBindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"TopicMqttBinder","l":"bindTo(MqttBindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.bind.MqttBindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttPropertyBinder","l":"bindTo(MqttV5BindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.hivemq.v5.bind.MqttV5BindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttPropertyBinder","l":"bindTo(MqttV5BindingContext, Object, Argument)","u":"bindTo(io.micronaut.mqtt.v5.bind.MqttV5BindingContext,java.lang.Object,io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttSubscriberAdvice","l":"close()"},{"p":"io.micronaut.mqtt.hivemq.v3.intercept","c":"Mqtt3IntroductionAdvice","l":"createBindingContext(MethodInvocationContext)","u":"createBindingContext(io.micronaut.aop.MethodInvocationContext)"},{"p":"io.micronaut.mqtt.hivemq.v5.intercept","c":"Mqtt5IntroductionAdvice","l":"createBindingContext(MethodInvocationContext)","u":"createBindingContext(io.micronaut.aop.MethodInvocationContext)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttIntroductionAdvice","l":"createBindingContext(MethodInvocationContext)","u":"createBindingContext(io.micronaut.aop.MethodInvocationContext)"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttIntroductionAdvice","l":"createBindingContext(MethodInvocationContext)","u":"createBindingContext(io.micronaut.aop.MethodInvocationContext)"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttIntroductionAdvice","l":"createBindingContext(MethodInvocationContext)","u":"createBindingContext(io.micronaut.aop.MethodInvocationContext)"},{"p":"io.micronaut.mqtt.hivemq.v3.intercept","c":"Mqtt3IntroductionAdvice","l":"createListener(Runnable, Consumer)","u":"createListener(java.lang.Runnable,java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.hivemq.v5.intercept","c":"Mqtt5IntroductionAdvice","l":"createListener(Runnable, Consumer)","u":"createListener(java.lang.Runnable,java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttIntroductionAdvice","l":"createListener(Runnable, Consumer)","u":"createListener(java.lang.Runnable,java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttIntroductionAdvice","l":"createListener(Runnable, Consumer)","u":"createListener(java.lang.Runnable,java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttIntroductionAdvice","l":"createListener(Runnable, Consumer)","u":"createListener(java.lang.Runnable,java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.annotation","c":"Qos","l":"DEFAULT_VALUE"},{"p":"io.micronaut.mqtt.bind.impl","c":"DefaultMqttBinder","l":"DefaultMqttBinder(PayloadMqttBinder)","u":"%3Cinit%3E(io.micronaut.mqtt.bind.impl.PayloadMqttBinder)"},{"p":"io.micronaut.mqtt.bind","c":"DefaultMqttBinderRegistry","l":"DefaultMqttBinderRegistry(FallbackMqttBinder, MqttBinder...)","u":"%3Cinit%3E(io.micronaut.mqtt.bind.FallbackMqttBinder,io.micronaut.mqtt.bind.MqttBinder...)"},{"p":"io.micronaut.mqtt.serdes","c":"DefaultMqttPayloadSerDesRegistry","l":"DefaultMqttPayloadSerDesRegistry(MqttPayloadSerDes...)","u":"%3Cinit%3E(io.micronaut.mqtt.serdes.MqttPayloadSerDes...)"},{"p":"io.micronaut.mqtt.exception","c":"DefaultMqttSubscriberExceptionHandler","l":"DefaultMqttSubscriberExceptionHandler()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"deserialize(byte[], Argument)","u":"deserialize(byte[],io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.serdes","c":"JsonMqttPayloadSerDes","l":"deserialize(byte[], Argument)","u":"deserialize(byte[],io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.serdes","c":"MqttPayloadSerDes","l":"deserialize(byte[], Argument)","u":"deserialize(byte[],io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind","c":"DefaultMqttBinderRegistry","l":"findArgumentBinder(Argument)","u":"findArgumentBinder(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind","c":"MqttBinderRegistry","l":"findArgumentBinder(Argument)","u":"findArgumentBinder(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"findSerDes(Argument)","u":"findSerDes(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.serdes","c":"DefaultMqttPayloadSerDesRegistry","l":"findSerdes(Argument)","u":"findSerdes(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.serdes","c":"MqttPayloadSerDesRegistry","l":"findSerdes(Argument)","u":"findSerdes(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind","c":"AnnotatedMqttBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.bind.impl","c":"IdMqttBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.bind.impl","c":"PayloadMqttBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.bind.impl","c":"QosMqttBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.bind.impl","c":"RetainedMqttBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.bind.impl","c":"TopicMqttBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttPropertyBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttPropertyBinder","l":"getAnnotationType()"},{"p":"io.micronaut.mqtt.bind.impl","c":"AcknowledgeMqttBinder","l":"getArgumentType()"},{"p":"io.micronaut.mqtt.bind","c":"TypedMqttBinder","l":"getArgumentType()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getBooleanSerDes()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getByteArraySerDes()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getByteBufferSerDes()"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"getCertificate()"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"getCertificateAuthority()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getCertificateConfiguration()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getClientId()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getClientId()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"getClientId()"},{"p":"io.micronaut.mqtt.hivemq.client","c":"MqttClientAdapter","l":"getClientIdentifier()"},{"p":"io.micronaut.mqtt.hivemq.v3.client","c":"Mqtt3ClientAdapter","l":"getClientIdentifier()"},{"p":"io.micronaut.mqtt.hivemq.v5.client","c":"Mqtt5ClientAdapter","l":"getClientIdentifier()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getConnectionTimeout()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getConnectionTimeout()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"getConnectionTimeout()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getConnectOptions()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"getConnectOptions()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getContentType()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getCorrelationData()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getCustomWebSocketHeaders()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getDoubleSerDes()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getFloatSerDes()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"getId()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getId()"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"getId()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"getId()"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"getId()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"getId()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getIntegerSerDes()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getKeepAliveInterval()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"UserProperty","l":"getKey()"},{"p":"io.micronaut.mqtt.hivemq.client","c":"MqttClientFactory","l":"getKeyManagerFactory(MqttCertificateConfiguration)","u":"getKeyManagerFactory(io.micronaut.mqtt.ssl.MqttCertificateConfiguration)"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getLongSerDes()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getManualAcks()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getManualAcks()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"getMaximumPacketSize()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getMaxReconnectDelay()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getMessageExpiryInterval()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getMqttVersion()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"getNativeMessage()"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"getNativeMessage()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"getNativeMessage()"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"getNativeMessage()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"getNativeMessage()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getOrder()"},{"p":"io.micronaut.mqtt.serdes","c":"JsonMqttPayloadSerDes","l":"getOrder()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getPassword()"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"getPassword()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"getPayload()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getPayload()"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"getPayload()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"getPayload()"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"getPayload()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"getPayload()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getPayloadFormatIndicator()"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"getPrivateKey()"},{"p":"io.micronaut.mqtt.hivemq.ssl","c":"PrivateKeyReader","l":"getPrivateKey(Readable, char[])","u":"getPrivateKey(io.micronaut.core.io.Readable,char[])"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"getProperties()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"getQos()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getQos()"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"getQos()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"getQos()"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"getQos()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"getQos()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"getReceiveMaximum()"},{"p":"io.micronaut.mqtt.hivemq.v3.intercept","c":"Mqtt3IntroductionAdvice","l":"getRequiredAnnotation()"},{"p":"io.micronaut.mqtt.hivemq.v5.intercept","c":"Mqtt5IntroductionAdvice","l":"getRequiredAnnotation()"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttIntroductionAdvice","l":"getRequiredAnnotation()"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttIntroductionAdvice","l":"getRequiredAnnotation()"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttIntroductionAdvice","l":"getRequiredAnnotation()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getResponseTopic()"},{"p":"io.micronaut.mqtt.hivemq.client.health","c":"MqttHealthIndicator","l":"getResult()"},{"p":"io.micronaut.mqtt.v3.client.health","c":"MqttHealthIndicator","l":"getResult()"},{"p":"io.micronaut.mqtt.v5.client.health","c":"MqttHealthIndicator","l":"getResult()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getServerHost()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getServerPort()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getServerUri()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getServerUri()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"getServerUri()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"getSessionExpiryInterval()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getShortSerDes()"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"getSocketFactory()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getSocketFactory()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"getSocketFactory()"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"getSSLHostnameVerifier()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getSSLHostnameVerifier()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getSSLHostnameVerifier()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"getSSLHostnameVerifier()"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"getSSLProperties()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"getSSLProperties()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"getSSLProperties()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getStringSerDes()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"getTopic()"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"getTopic()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"getTopic()"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"getTopic()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"getTopic()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"getTopicAliasMaximum()"},{"p":"io.micronaut.mqtt.hivemq.client","c":"MqttClientAdapter","l":"getTopicMap(String[], int[])","u":"getTopicMap(java.lang.String[],int[])"},{"p":"io.micronaut.mqtt.hivemq.client","c":"MqttClientFactory","l":"getTrustManagerFactory(MqttCertificateConfiguration)","u":"getTrustManagerFactory(io.micronaut.mqtt.ssl.MqttCertificateConfiguration)"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getUserName()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"getUserProperties()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"getUserProperties()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"getUUIDSerDes()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"UserProperty","l":"getValue()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"getWillMessage()"},{"p":"io.micronaut.mqtt.exception","c":"DefaultMqttSubscriberExceptionHandler","l":"handle(MqttSubscriberException)","u":"handle(io.micronaut.mqtt.exception.MqttSubscriberException)"},{"p":"io.micronaut.mqtt.bind.impl","c":"IdMqttBinder","l":"IdMqttBinder(ConversionService)","u":"%3Cinit%3E(io.micronaut.core.convert.ConversionService)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttIntroductionAdvice","l":"intercept(MethodInvocationContext)","u":"intercept(io.micronaut.aop.MethodInvocationContext)"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"isAutomaticReconnect()"},{"p":"io.micronaut.mqtt.hivemq.v3.config","c":"Mqtt3ClientConfiguration","l":"isCleanSession()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"isCleanStart()"},{"p":"io.micronaut.mqtt.hivemq.client","c":"MqttClientAdapter","l":"isConnected()"},{"p":"io.micronaut.mqtt.hivemq.v3.client","c":"Mqtt3ClientAdapter","l":"isConnected()"},{"p":"io.micronaut.mqtt.hivemq.v5.client","c":"Mqtt5ClientAdapter","l":"isConnected()"},{"p":"io.micronaut.mqtt.config","c":"MqttConfigurationProperties","l":"isEnabled()"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"isHttpsHostnameVerificationEnabled()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"isHttpsHostnameVerificationEnabled()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"isHttpsHostnameVerificationEnabled()"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"isHttpsHostnameVerificationEnabled()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"isRequestProblemInfo()"},{"p":"io.micronaut.mqtt.hivemq.v5.config","c":"Mqtt5ClientConfiguration","l":"isRequestResponseInfo()"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"isRetained()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"isRetained()"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"isRetained()"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"isRetained()"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"isRetained()"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"isRetained()"},{"p":"io.micronaut.mqtt.hivemq.config","c":"MqttClientConfiguration","l":"isSSL()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"JavaLangMqttPayloadSerDes()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"javaSerDes"},{"p":"io.micronaut.mqtt.serdes","c":"JsonMqttPayloadSerDes","l":"JsonMqttPayloadSerDes(JsonMapper)","u":"%3Cinit%3E(io.micronaut.json.JsonMapper)"},{"p":"io.micronaut.mqtt.hivemq.ssl","c":"KeyManagerFactoryCreationException","l":"KeyManagerFactoryCreationException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"io.micronaut.mqtt.hivemq.v3.client","c":"Mqtt3ClientAdapter","l":"Mqtt3ClientAdapter(Mqtt3AsyncClient, Mqtt3ClientConfiguration)","u":"%3Cinit%3E(com.hivemq.client.mqtt.mqtt3.Mqtt3AsyncClient,io.micronaut.mqtt.hivemq.v3.config.Mqtt3ClientConfiguration)"},{"p":"io.micronaut.mqtt.hivemq.v3.client","c":"Mqtt3ClientFactory","l":"Mqtt3ClientFactory()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.hivemq.v3.intercept","c":"Mqtt3IntroductionAdvice","l":"Mqtt3IntroductionAdvice(Mqtt3AsyncClient, MqttBinderRegistry)","u":"%3Cinit%3E(com.hivemq.client.mqtt.mqtt3.Mqtt3AsyncClient,io.micronaut.mqtt.bind.MqttBinderRegistry)"},{"p":"io.micronaut.mqtt.hivemq.v5.client","c":"Mqtt5ClientAdapter","l":"Mqtt5ClientAdapter(Mqtt5AsyncClient, Mqtt5ClientConfiguration)","u":"%3Cinit%3E(com.hivemq.client.mqtt.mqtt5.Mqtt5AsyncClient,io.micronaut.mqtt.hivemq.v5.config.Mqtt5ClientConfiguration)"},{"p":"io.micronaut.mqtt.hivemq.v5.client","c":"Mqtt5ClientFactory","l":"Mqtt5ClientFactory()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.hivemq.v5.intercept","c":"Mqtt5IntroductionAdvice","l":"Mqtt5IntroductionAdvice(Mqtt5AsyncClient, MqttBinderRegistry)","u":"%3Cinit%3E(com.hivemq.client.mqtt.mqtt5.Mqtt5AsyncClient,io.micronaut.mqtt.bind.MqttBinderRegistry)"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"MqttCertificateConfiguration()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"MqttClientConfigurationProperties(MqttClientConfigurationProperties.WillMessage)","u":"%3Cinit%3E(io.micronaut.mqtt.v3.config.MqttClientConfigurationProperties.WillMessage)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"MqttClientConfigurationProperties(MqttClientConfigurationProperties.WillMessage)","u":"%3Cinit%3E(io.micronaut.mqtt.v5.config.MqttClientConfigurationProperties.WillMessage)"},{"p":"io.micronaut.mqtt.exception","c":"MqttClientException","l":"MqttClientException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.micronaut.mqtt.exception","c":"MqttClientException","l":"MqttClientException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"io.micronaut.mqtt.v3.client","c":"MqttClientFactory","l":"MqttClientFactory()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.v5.client","c":"MqttClientFactory","l":"MqttClientFactory()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.config","c":"MqttConfigurationProperties","l":"MqttConfigurationProperties()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.executor","c":"MqttExecutorFactory","l":"MqttExecutorFactory()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.v3.client.health","c":"MqttHealthIndicator","l":"MqttHealthIndicator(MqttAsyncClient)","u":"%3Cinit%3E(org.eclipse.paho.client.mqttv3.MqttAsyncClient)"},{"p":"io.micronaut.mqtt.v5.client.health","c":"MqttHealthIndicator","l":"MqttHealthIndicator(MqttAsyncClient)","u":"%3Cinit%3E(org.eclipse.paho.mqttv5.client.MqttAsyncClient)"},{"p":"io.micronaut.mqtt.hivemq.client.health","c":"MqttHealthIndicator","l":"MqttHealthIndicator(MqttClientAdapter)","u":"%3Cinit%3E(io.micronaut.mqtt.hivemq.client.MqttClientAdapter)"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttIntroductionAdvice","l":"MqttIntroductionAdvice(MqttAsyncClient, MqttBinderRegistry)","u":"%3Cinit%3E(org.eclipse.paho.client.mqttv3.MqttAsyncClient,io.micronaut.mqtt.bind.MqttBinderRegistry)"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttIntroductionAdvice","l":"MqttIntroductionAdvice(MqttAsyncClient, MqttBinderRegistry)","u":"%3Cinit%3E(org.eclipse.paho.mqttv5.client.MqttAsyncClient,io.micronaut.mqtt.bind.MqttBinderRegistry)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"MqttMessage()","u":"%3Cinit%3E()"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"MqttMessage(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttPropertyBinder","l":"MqttPropertyBinder(ConversionService)","u":"%3Cinit%3E(io.micronaut.core.convert.ConversionService)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttPropertyBinder","l":"MqttPropertyBinder(ConversionService)","u":"%3Cinit%3E(io.micronaut.core.convert.ConversionService)"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttSubscriberAdvice","l":"MqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler, MqttAsyncClient)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.mqtt.bind.MqttBinderRegistry,io.micronaut.mqtt.exception.MqttSubscriberExceptionHandler,org.eclipse.paho.client.mqttv3.MqttAsyncClient)"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttSubscriberAdvice","l":"MqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler, MqttAsyncClient)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.mqtt.bind.MqttBinderRegistry,io.micronaut.mqtt.exception.MqttSubscriberExceptionHandler,org.eclipse.paho.mqttv5.client.MqttAsyncClient)"},{"p":"io.micronaut.mqtt.hivemq.intercept","c":"MqttSubscriberAdvice","l":"MqttSubscriberAdvice(BeanContext, MqttBinderRegistry, MqttSubscriberExceptionHandler, MqttClientAdapter)","u":"%3Cinit%3E(io.micronaut.context.BeanContext,io.micronaut.mqtt.bind.MqttBinderRegistry,io.micronaut.mqtt.exception.MqttSubscriberExceptionHandler,io.micronaut.mqtt.hivemq.client.MqttClientAdapter)"},{"p":"io.micronaut.mqtt.exception","c":"MqttSubscriberException","l":"MqttSubscriberException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"io.micronaut.mqtt.exception","c":"MqttSubscriberException","l":"MqttSubscriberException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"MqttV3BindingContext(Mqtt3AsyncClient, MqttMessage)","u":"%3Cinit%3E(com.hivemq.client.mqtt.mqtt3.Mqtt3AsyncClient,io.micronaut.mqtt.hivemq.bind.MqttMessage)"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"MqttV3BindingContext(MqttAsyncClient, MqttMessage)","u":"%3Cinit%3E(org.eclipse.paho.client.mqttv3.MqttAsyncClient,org.eclipse.paho.client.mqttv3.MqttMessage)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"MqttV5BindingContext(Mqtt5AsyncClient, MqttMessage)","u":"%3Cinit%3E(com.hivemq.client.mqtt.mqtt5.Mqtt5AsyncClient,io.micronaut.mqtt.hivemq.bind.MqttMessage)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"MqttV5BindingContext(MqttAsyncClient, MqttMessage)","u":"%3Cinit%3E(org.eclipse.paho.mqttv5.client.MqttAsyncClient,org.eclipse.paho.mqttv5.common.MqttMessage)"},{"p":"io.micronaut.mqtt.hivemq.client.health","c":"MqttHealthIndicator","l":"NAME"},{"p":"io.micronaut.mqtt.v3.client.health","c":"MqttHealthIndicator","l":"NAME"},{"p":"io.micronaut.mqtt.v5.client.health","c":"MqttHealthIndicator","l":"NAME"},{"p":"io.micronaut.mqtt.annotation.v5","c":"MqttProperty","l":"name()"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"ORDER"},{"p":"io.micronaut.mqtt.serdes","c":"JsonMqttPayloadSerDes","l":"ORDER"},{"p":"io.micronaut.mqtt.bind.impl","c":"PayloadMqttBinder","l":"PayloadMqttBinder(MqttPayloadSerDesRegistry)","u":"%3Cinit%3E(io.micronaut.mqtt.serdes.MqttPayloadSerDesRegistry)"},{"p":"io.micronaut.mqtt.config","c":"MqttConfigurationProperties","l":"PREFIX"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttSubscriberAdvice","l":"process(BeanDefinition, ExecutableMethod)","u":"process(io.micronaut.inject.BeanDefinition,io.micronaut.inject.ExecutableMethod)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttIntroductionAdvice","l":"publish(String, M, L)","u":"publish(java.lang.String,M,L)"},{"p":"io.micronaut.mqtt.hivemq.v3.intercept","c":"Mqtt3IntroductionAdvice","l":"publish(String, MqttMessage, BiConsumer)","u":"publish(java.lang.String,io.micronaut.mqtt.hivemq.bind.MqttMessage,java.util.function.BiConsumer)"},{"p":"io.micronaut.mqtt.hivemq.v5.intercept","c":"Mqtt5IntroductionAdvice","l":"publish(String, MqttMessage, BiConsumer)","u":"publish(java.lang.String,io.micronaut.mqtt.hivemq.bind.MqttMessage,java.util.function.BiConsumer)"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttIntroductionAdvice","l":"publish(String, MqttMessage, IMqttActionListener)","u":"publish(java.lang.String,org.eclipse.paho.client.mqttv3.MqttMessage,org.eclipse.paho.client.mqttv3.IMqttActionListener)"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttIntroductionAdvice","l":"publish(String, MqttMessage, MqttActionListener)","u":"publish(java.lang.String,org.eclipse.paho.mqttv5.common.MqttMessage,org.eclipse.paho.mqttv5.client.MqttActionListener)"},{"p":"io.micronaut.mqtt.annotation","c":"Topic","l":"qos()"},{"p":"io.micronaut.mqtt.bind.impl","c":"QosMqttBinder","l":"QosMqttBinder(ConversionService)","u":"%3Cinit%3E(io.micronaut.core.convert.ConversionService)"},{"p":"io.micronaut.mqtt.hivemq.ssl","c":"CertificateReader","l":"readCertificate(Readable)","u":"readCertificate(io.micronaut.core.io.Readable)"},{"p":"io.micronaut.mqtt.bind.impl","c":"RetainedMqttBinder","l":"RetainedMqttBinder(ConversionService)","u":"%3Cinit%3E(io.micronaut.core.convert.ConversionService)"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.micronaut.mqtt.serdes","c":"JsonMqttPayloadSerDes","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"io.micronaut.mqtt.serdes","c":"MqttPayloadSerDes","l":"serialize(T)"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"setCertificate(Readable)","u":"setCertificate(io.micronaut.core.io.Readable)"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"setCertificateAuthority(Readable)","u":"setCertificateAuthority(io.micronaut.core.io.Readable)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setClientId(String)","u":"setClientId(java.lang.String)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"setClientId(String)","u":"setClientId(java.lang.String)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setConnectionTimeout(Duration)","u":"setConnectionTimeout(java.time.Duration)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"setConnectionTimeout(Duration)","u":"setConnectionTimeout(java.time.Duration)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setContentType(String)","u":"setContentType(java.lang.String)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setCorrelationData(byte[])"},{"p":"io.micronaut.mqtt.config","c":"MqttConfigurationProperties","l":"setEnabled(boolean)"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"setHttpsHostnameVerificationEnabled(boolean)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setHttpsHostnameVerificationEnabled(boolean)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"setHttpsHostnameVerificationEnabled(boolean)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setId(int)"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"setManualAcks(boolean)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"setManualAcks(boolean)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setManualAcks(Boolean)","u":"setManualAcks(java.lang.Boolean)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setMessageExpiryInterval(long)"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"setMqtt3Publish(Mqtt3Publish)","u":"setMqtt3Publish(com.hivemq.client.mqtt.mqtt3.message.publish.Mqtt3Publish)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"setMqtt5Publish(Mqtt5Publish)","u":"setMqtt5Publish(com.hivemq.client.mqtt.mqtt5.message.publish.Mqtt5Publish)"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"setPassword(char[])"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"setPayload(byte[])"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setPayload(byte[])"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"setPayload(byte[])"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"setPayload(byte[])"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"setPayload(byte[])"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"setPayload(byte[])"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setPayloadFormatIndicator(int)"},{"p":"io.micronaut.mqtt.ssl","c":"MqttCertificateConfiguration","l":"setPrivateKey(Readable)","u":"setPrivateKey(io.micronaut.core.io.Readable)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"setProperties(MqttProperties)","u":"setProperties(org.eclipse.paho.mqttv5.common.packet.MqttProperties)"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"setQos(int)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setQos(int)"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"setQos(int)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"setQos(int)"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"setQos(int)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"setQos(int)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setResponseTopic(String)","u":"setResponseTopic(java.lang.String)"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"setRetained(boolean)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setRetained(boolean)"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"setRetained(boolean)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"setRetained(boolean)"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"setRetained(boolean)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"setRetained(boolean)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setServerUri(String)","u":"setServerUri(java.lang.String)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"setServerUri(String)","u":"setServerUri(java.lang.String)"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"setSocketFactory(SocketFactory)","u":"setSocketFactory(javax.net.SocketFactory)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setSocketFactory(SocketFactory)","u":"setSocketFactory(javax.net.SocketFactory)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"setSocketFactory(SocketFactory)","u":"setSocketFactory(javax.net.SocketFactory)"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"setSSLHostnameVerifier(HostnameVerifier)","u":"setSSLHostnameVerifier(javax.net.ssl.HostnameVerifier)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setSSLHostnameVerifier(HostnameVerifier)","u":"setSSLHostnameVerifier(javax.net.ssl.HostnameVerifier)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"setSSLHostnameVerifier(HostnameVerifier)","u":"setSSLHostnameVerifier(javax.net.ssl.HostnameVerifier)"},{"p":"io.micronaut.mqtt.config","c":"MqttSSLConfiguration","l":"setSSLProperties(Properties)","u":"setSSLProperties(java.util.Properties)"},{"p":"io.micronaut.mqtt.v3.config","c":"MqttClientConfigurationProperties","l":"setSSLProperties(Properties)","u":"setSSLProperties(java.util.Properties)"},{"p":"io.micronaut.mqtt.v5.config","c":"MqttClientConfigurationProperties","l":"setSSLProperties(Properties)","u":"setSSLProperties(java.util.Properties)"},{"p":"io.micronaut.mqtt.bind","c":"MqttBindingContext","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.micronaut.mqtt.hivemq.v3.bind","c":"MqttV3BindingContext","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.micronaut.mqtt.hivemq.v5.bind","c":"MqttV5BindingContext","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.micronaut.mqtt.v3.bind","c":"MqttV3BindingContext","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.micronaut.mqtt.v5.bind","c":"MqttV5BindingContext","l":"setTopic(String)","u":"setTopic(java.lang.String)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"MqttMessage","l":"setUserProperties(List)","u":"setUserProperties(java.util.List)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttSubscriberAdvice","l":"subscribe(String[], int[], Consumer>)","u":"subscribe(java.lang.String[],int[],java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.hivemq.client","c":"MqttClientAdapter","l":"subscribe(String[], int[], Consumer>)","u":"subscribe(java.lang.String[],int[],java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.hivemq.intercept","c":"MqttSubscriberAdvice","l":"subscribe(String[], int[], Consumer>)","u":"subscribe(java.lang.String[],int[],java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.hivemq.v3.client","c":"Mqtt3ClientAdapter","l":"subscribe(String[], int[], Consumer>)","u":"subscribe(java.lang.String[],int[],java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.hivemq.v5.client","c":"Mqtt5ClientAdapter","l":"subscribe(String[], int[], Consumer>)","u":"subscribe(java.lang.String[],int[],java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttSubscriberAdvice","l":"subscribe(String[], int[], Consumer>)","u":"subscribe(java.lang.String[],int[],java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttSubscriberAdvice","l":"subscribe(String[], int[], Consumer>)","u":"subscribe(java.lang.String[],int[],java.util.function.Consumer)"},{"p":"io.micronaut.mqtt.serdes","c":"JavaLangMqttPayloadSerDes","l":"supports(Argument)","u":"supports(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.serdes","c":"JsonMqttPayloadSerDes","l":"supports(Argument)","u":"supports(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.serdes","c":"MqttPayloadSerDes","l":"supports(Argument)","u":"supports(io.micronaut.core.type.Argument)"},{"p":"io.micronaut.mqtt.bind.impl","c":"TopicMqttBinder","l":"TopicMqttBinder(ConversionService)","u":"%3Cinit%3E(io.micronaut.core.convert.ConversionService)"},{"p":"io.micronaut.mqtt.hivemq.ssl","c":"TrustManagerFactoryCreationException","l":"TrustManagerFactoryCreationException(String, Exception)","u":"%3Cinit%3E(java.lang.String,java.lang.Exception)"},{"p":"io.micronaut.mqtt.hivemq.client","c":"MqttClientAdapter","l":"unsubscribe(Set)","u":"unsubscribe(java.util.Set)"},{"p":"io.micronaut.mqtt.hivemq.intercept","c":"MqttSubscriberAdvice","l":"unsubscribe(Set)","u":"unsubscribe(java.util.Set)"},{"p":"io.micronaut.mqtt.hivemq.v3.client","c":"Mqtt3ClientAdapter","l":"unsubscribe(Set)","u":"unsubscribe(java.util.Set)"},{"p":"io.micronaut.mqtt.hivemq.v5.client","c":"Mqtt5ClientAdapter","l":"unsubscribe(Set)","u":"unsubscribe(java.util.Set)"},{"p":"io.micronaut.mqtt.intercept","c":"AbstractMqttSubscriberAdvice","l":"unsubscribe(Set)","u":"unsubscribe(java.util.Set)"},{"p":"io.micronaut.mqtt.v3.intercept","c":"MqttSubscriberAdvice","l":"unsubscribe(Set)","u":"unsubscribe(java.util.Set)"},{"p":"io.micronaut.mqtt.v5.intercept","c":"MqttSubscriberAdvice","l":"unsubscribe(Set)","u":"unsubscribe(java.util.Set)"},{"p":"io.micronaut.mqtt.hivemq.bind","c":"UserProperty","l":"UserProperty(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"io.micronaut.mqtt.annotation","c":"Qos","l":"value()"},{"p":"io.micronaut.mqtt.annotation","c":"Retained","l":"value()"},{"p":"io.micronaut.mqtt.annotation","c":"Topic","l":"value()"},{"p":"io.micronaut.mqtt.annotation","c":"Topics","l":"value()"},{"p":"io.micronaut.mqtt.annotation.v3","c":"MqttPublisher","l":"value()"},{"p":"io.micronaut.mqtt.annotation.v5","c":"MqttProperties","l":"value()"},{"p":"io.micronaut.mqtt.annotation.v5","c":"MqttProperty","l":"value()"}];updateSearchResults(); \ No newline at end of file diff --git a/3.4.1/api/module-search-index.js b/3.4.1/api/module-search-index.js new file mode 100644 index 00000000..0d59754f --- /dev/null +++ b/3.4.1/api/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/3.4.1/api/overview-summary.html b/3.4.1/api/overview-summary.html new file mode 100644 index 00000000..746921fc --- /dev/null +++ b/3.4.1/api/overview-summary.html @@ -0,0 +1,25 @@ + + + + +mqtt-parent 3.4.1 API + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/3.4.1/api/overview-tree.html b/3.4.1/api/overview-tree.html new file mode 100644 index 00000000..1fa68788 --- /dev/null +++ b/3.4.1/api/overview-tree.html @@ -0,0 +1,236 @@ + + + + +Class Hierarchy (mqtt-parent 3.4.1 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Annotation Interface Hierarchy

+ +
+
+
+
+ + diff --git a/3.4.1/api/package-search-index.js b/3.4.1/api/package-search-index.js new file mode 100644 index 00000000..56b62953 --- /dev/null +++ b/3.4.1/api/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"io.micronaut.mqtt.annotation"},{"l":"io.micronaut.mqtt.annotation.v3"},{"l":"io.micronaut.mqtt.annotation.v5"},{"l":"io.micronaut.mqtt.bind"},{"l":"io.micronaut.mqtt.bind.impl"},{"l":"io.micronaut.mqtt.config"},{"l":"io.micronaut.mqtt.exception"},{"l":"io.micronaut.mqtt.executor"},{"l":"io.micronaut.mqtt.hivemq.bind"},{"l":"io.micronaut.mqtt.hivemq.client"},{"l":"io.micronaut.mqtt.hivemq.client.health"},{"l":"io.micronaut.mqtt.hivemq.config"},{"l":"io.micronaut.mqtt.hivemq.intercept"},{"l":"io.micronaut.mqtt.hivemq.ssl"},{"l":"io.micronaut.mqtt.hivemq.v3.bind"},{"l":"io.micronaut.mqtt.hivemq.v3.client"},{"l":"io.micronaut.mqtt.hivemq.v3.config"},{"l":"io.micronaut.mqtt.hivemq.v3.intercept"},{"l":"io.micronaut.mqtt.hivemq.v5.bind"},{"l":"io.micronaut.mqtt.hivemq.v5.client"},{"l":"io.micronaut.mqtt.hivemq.v5.config"},{"l":"io.micronaut.mqtt.hivemq.v5.intercept"},{"l":"io.micronaut.mqtt.intercept"},{"l":"io.micronaut.mqtt.serdes"},{"l":"io.micronaut.mqtt.ssl"},{"l":"io.micronaut.mqtt.v3.bind"},{"l":"io.micronaut.mqtt.v3.client"},{"l":"io.micronaut.mqtt.v3.client.health"},{"l":"io.micronaut.mqtt.v3.config"},{"l":"io.micronaut.mqtt.v3.intercept"},{"l":"io.micronaut.mqtt.v5.bind"},{"l":"io.micronaut.mqtt.v5.client"},{"l":"io.micronaut.mqtt.v5.client.health"},{"l":"io.micronaut.mqtt.v5.config"},{"l":"io.micronaut.mqtt.v5.intercept"}];updateSearchResults(); \ No newline at end of file diff --git a/3.4.1/api/resources/glass.png b/3.4.1/api/resources/glass.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f591f467a1c0c949bbc510156a0c1afb860a6e GIT binary patch literal 499 zcmVJoRsvExf%rEN>jUL}qZ_~k#FbE+Q;{`;0FZwVNX2n-^JoI; zP;4#$8DIy*Yk-P>VN(DUKmPse7mx+ExD4O|;?E5D0Z5($mjO3`*anwQU^s{ZDK#Lz zj>~{qyaIx5K!t%=G&2IJNzg!ChRpyLkO7}Ry!QaotAHAMpbB3AF(}|_f!G-oI|uK6 z`id_dumai5K%C3Y$;tKS_iqMPHg<*|-@e`liWLAggVM!zAP#@l;=c>S03;{#04Z~5 zN_+ss=Yg6*hTr59mzMwZ@+l~q!+?ft!fF66AXT#wWavHt30bZWFCK%!BNk}LN?0Hg z1VF_nfs`Lm^DjYZ1(1uD0u4CSIr)XAaqW6IT{!St5~1{i=i}zAy76p%_|w8rh@@c0Axr!ns=D-X+|*sY6!@wacG9%)Qn*O zl0sa739kT-&_?#oVxXF6tOnqTD)cZ}2vi$`ZU8RLAlo8=_z#*P3xI~i!lEh+Pdu-L zx{d*wgjtXbnGX_Yf@Tc7Q3YhLhPvc8noGJs2DA~1DySiA&6V{5JzFt ojAY1KXm~va;tU{v7C?Xj0BHw!K;2aXV*mgE07*qoM6N<$f;4TDA^-pY literal 0 HcmV?d00001 diff --git a/3.4.1/api/script-dir/jquery-3.6.1.min.js b/3.4.1/api/script-dir/jquery-3.6.1.min.js new file mode 100644 index 00000000..2c69bc90 --- /dev/null +++ b/3.4.1/api/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("