Skip to content

Syntax error in MQTT Java DSL example. #8738

Closed
@mikoto2000

Description

@mikoto2000

In what version(s) of Spring Integration are you seeing this issue?

commit: 50bf00e (MQTT document)

Describe the bug

MQTT Java DSL example code has syntax error.

Need to remove the semicolon.

return IntegrationFlow.from(
new MqttPahoMessageDrivenChannelAdapter("tcp://localhost:1883",
"testClient", "topic1", "topic2");)

To Reproduce

N/A

Expected behavior

Build success only copy and paste.

Sample

N/A

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions