X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=923b9d7bcbab4f3d550de5786a2f2303d0a5fca8;hb=795a99706f10410ff5ab087679dfa8edb24dace6;hp=d818e080680acc7cb0c9d5a6b4ed1819f4e7bce8;hpb=669891a8f533aed2f848934ce56ad261912bf894;p=transportpce.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index d818e0806..923b9d7bc 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1439,6 +1439,15 @@ be connected together, through a point-to-point 100GE service running over a wav port is connected to Add/Drop nodes of the ROADM infrastructure are retrieved in order to abstract only relevant information. +odl-transportpce-dmaap-client +----------------------------- + +This feature allows TransportPCE application to send notifications on ONAP Dmaap Message router +following service request results. +This feature listens on NBI notifications and sends the PublishNotificationService content to +Dmaap on the topic "unauthenticated.TPCE" through a POST request on /events/unauthenticated.TPCE +It uses Jackson to serialize the notification to JSON and jersey client to send the POST request. + Help ----