-
Notifications
You must be signed in to change notification settings - Fork 18
Working with callbacks
José Bonnet edited this page Sep 19, 2017
·
1 revision
This page summarises the options taken while implementing a callback support mechanism.
The SONATA Service Platform (SP) provides a REST-based API, but part of the platform is message-based. This means that, for implementing an RPC-based API that involves both kinds of APIs (REST- and message-based), the SP needs to support a callback mechanism.