Updated Reliable Messaging (markdown) Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/30f2a028 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/30f2a028 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/30f2a028
Branch: refs/heads/gh-wiki Commit: 30f2a028a6a97dd9815c20f60982e66db943e2ec Parents: a888394 Author: agingade <[email protected]> Authored: Fri Apr 10 14:45:32 2015 -0700 Committer: agingade <[email protected]> Committed: Fri Apr 10 14:45:32 2015 -0700 ---------------------------------------------------------------------- Reliable-Messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/30f2a028/Reliable-Messaging.md ---------------------------------------------------------------------- diff --git a/Reliable-Messaging.md b/Reliable-Messaging.md index 34601dd..74339df 100644 --- a/Reliable-Messaging.md +++ b/Reliable-Messaging.md @@ -10,7 +10,7 @@ It should be remembered that clients may also be publishers, but since updates, ### Subscription Options Geode clients can choose to register interest in all data elements for a given data region on the server. All interaction with the server is done through key-value pairs. Both the key and the value may be any Serializable object (for Java) or DataSerializable objects. -Clients may request an initial snapshot of data from the server in order to populate their Level 1 cache. They may register interest in insertions, updates and deletions for subsets of region data by specifying individual keys, lists of keys, regular expressions (that are evaluated against the keyset on the server) or OQL queries against the region on the server. +Clients may request an initial snapshot of data from the server in order to populate their Level 1 cache. They may register interest in insertions, updates and deletions for subsets of region data by specifying individual keys, lists of keys, regular expressions (that are evaluated against the keyset on the server) against the region on the server. Once interest is registered, the server takes on the responsibility of delivering events to the subscriber.
