See: Description
| Interface | Description |
|---|---|
| ProtonClient | |
| ProtonConnection | |
| ProtonDelivery | |
| ProtonHelper | |
| ProtonLink<T extends ProtonLink<T>> | |
| ProtonMessageHandler | |
| ProtonReceiver | |
| ProtonSender | |
| ProtonServer | |
| ProtonSession |
| Class | Description |
|---|---|
| ProtonClientOptions |
Options for configuring
ProtonClient connect operations. |
| ProtonServerOptions |
Options for configuring
ProtonServer creation. |
| Enum | Description |
|---|---|
| ProtonQoS |
examples.VertxProtonExamples#example1
----
=== Creating a sender
Here is an example of creating a sender and sending a message with it. The onUpdated handler provided in the send
call is invoked when disposition updates are received for the delivery, with the example using this to print the
delivery state and whether the delivery was settled.
[source,java]
----
examples.VertxProtonExamples#example2
----
=== Creating a receiver
Here is an example of creating a receiver, and setting a message handler to process the incoming messages and their
related delivery.
[source,java]
----
examples.VertxProtonExamples#example3
----Copyright © 2016. All rights reserved.