diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-03-05 07:34:27 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-03-05 20:56:55 +0900 |
commit | d8625d4f8fc59a41650c0088a160fb490ef389b1 (patch) | |
tree | a599dbf5d5a3e799fd858615a6a5bc131419d772 /doc/source/man/ryu_client.rst | |
parent | 99755c21232bbc61a73c3cc2845ef91f2028d6ff (diff) |
Add request/reply event support to support communication between apps
What most of applications need to do is:
1) register a handler to catch a specific event
2) The handler does multiple asynchronous tasks (query dbs, configures
switches, etc).
2) can be implemented in an asynchronous way, that is sending multiple
requests at the same time. However, I don't think most of developers
need to do or want to do. The API to handle multiple asynchrnous tasks
in a synchronous way is more handy.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/man/ryu_client.rst')
0 files changed, 0 insertions, 0 deletions