Docs for check() method in the Binding API

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-06-11 14:40:55 -03:00
parent 555bce84a3
commit 1fed22fa93
1 changed files with 5 additions and 0 deletions

View File

@ -317,6 +317,11 @@ Binding(config)
*/
Binding.emit(cloudevent)
/*
* Checks if some Object and a Map of attributes
* follows the binding definition. Throw an error if did not follow
*/
Binding.check(Object, Map)
```
#### Receiver Binding