We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e79ba commit 459de03Copy full SHA for 459de03
src/reference/antora/modules/ROOT/pages/mqtt.adoc
@@ -237,7 +237,7 @@ public class MqttJavaApplication {
237
public IntegrationFlow mqttInbound() {
238
return IntegrationFlow.from(
239
new MqttPahoMessageDrivenChannelAdapter("tcp://localhost:1883",
240
- "testClient", "topic1", "topic2");)
+ "testClient", "topic1", "topic2"))
241
.handle(m -> System.out.println(m.getPayload()))
242
.get();
243
}
0 commit comments