commit | b209dd16eaa495ae3a9fa0fa2e7610fed3c32277 | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Wed Oct 11 01:19:17 2017 -0500 |
committer | Deepak Kodihalli <dkodihal@in.ibm.com> | Wed Oct 18 07:13:56 2017 -0500 |
tree | 6117a668364bb30d5ae39be3998c739d975fde19 | |
parent | 48c7641c79d53be19b8a0c6c33f8b34582791b1c [diff] |
rest_dbus: add new route for event subscription Add a route, '/subscribe', to be able to receive notifications from the REST server over a websocket. A client is supposed to create a new websocket by pointing to this route in the URL. In this commit, the implementation of the route is to just write a "Connected" message on the websocket. Change-Id: I38a40b2c17eac3ecdccb131d267baefe20b36572 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>