jvpp: adding callbacks for all messages (VPP-914) 77/8377/7
authorMatej Perina <mperina@cisco.com>
Mon, 11 Sep 2017 08:11:51 +0000 (10:11 +0200)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 10 Oct 2017 16:44:03 +0000 (16:44 +0000)
1) In the previous version callbacks were generated based on
request-replay naming conventions. It turned out they were too
strict in case of events (e.g. BFD sends Details messages as
notifications). So now we generate callback for all messages,
allowing to receive any message as notification.(callback_gen.py)
2) "notification" suffix is no longer added because all messages
are treated same (dto_gen.py, jvpp_c_gen_.py)
3) name of property that holds notification/events changed in callback
facade and future apis
4) JVppNotification.java is no longer used since all events are treated
equally

Change-Id: I13f6438affc3473040d63cd4acb3984d03e97482
Signed-off-by: Matej <matej.perina@pantheon.tech>

No differences found