Skip to content

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.

Overview

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.

Concrete case: end-to-end KPI for service instantiation time

References

Clone this wiki locally