liamfallon | e206a10 | 2021-10-07 19:00:18 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | |
| 3 | .. _clamp-controlloop-participant-intermediary: |
| 4 | |
| 5 | Participant Intermediary |
| 6 | ######################## |
| 7 | |
| 8 | The CLAMP Participant Intermediary is a common library in ONAP, which does common message and |
| 9 | state handling for participant implementations. It provides a Java API, which participant |
| 10 | implementations implement to receive and send messages to the CLAMP runtime and to handle |
| 11 | Control Loop Element state. |
| 12 | |
| 13 | .. warning:: To be completed |