aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/controlloop/design-impl/participants/participant-intermediary.rst
blob: 7f6cf499102096388080e258c84e03e794d6307f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. This work is licensed under a Creative Commons Attribution 4.0 International License.

.. _clamp-controlloop-participant-intermediary:

Participant Intermediary
########################

The CLAMP Participant Intermediary is a common library in ONAP, which does common message and
state handling for participant implementations. It provides a Java API, which participant
implementations implement to receive and send messages to the CLAMP runtime and to handle
Control Loop Element state.

.. warning:: To be completed