Docs for check() method in the Binding API
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
555bce84a3
commit
1fed22fa93
|
@ -317,6 +317,11 @@ Binding(config)
|
||||||
*/
|
*/
|
||||||
Binding.emit(cloudevent)
|
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
|
#### Receiver Binding
|
||||||
|
|
Loading…
Reference in New Issue