samples-of-sow-and-subscribe
Samples of Querying and Subscribing to a Topic in the SOW
The Java client distribution includes the following samples that demonstrate how to query and subscribe to a topic in the SOW.
Sample Name | Demonstrates |
---|---|
SOWandSubscribeConsoleSubscriber.java | Querying a SOW topic and entering a subscription to the topic in a single atomic operation. |
SowAndSubscribeWithOOF.java | Querying a SOW topic and entering a subscription to the topic in a single atomic operation, while registering for notification that a previously-matching message is no longer a match for the subscription. |
SOWUpdater.java | Updating records in a SOW topic. |