Notification Support

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h1. Using notifications


h2. XML Payloads

In this section we describe the payloads of the WSN messages supported by the DSB. If you do not use the Java clients listed below, be sure to manipulate the messages in the right way to retrieve required data.

h3. Subscribe


h3. Unsubscribe

h2. XML clients


The HTTP clients are available in the Maven dependency org.petalslink.dsb:dsb-notification-httpclient.
{info}In order to unsubscribe, you need to give the UUID returned by the original subscribe request. There is no way for now to retrieve these UUIDs from any API, so be sure to manage them on the client side.{info}

h1. Configuration