class Cisco::CollaborationEndpoint::Feedback
- Cisco::CollaborationEndpoint::Feedback
- Reference
- Object
Defined in:
cisco/collaboration_endpoint/feedback.crConstructors
Instance Method Summary
- #clear
- #contains?(path : String)
-
#insert(path : String, &handler : Proc(String, Enumerable::JSONComplex, Nil))
Insert a response handler block to be notified of updates effecting the specified feedback path.
- #notify(path : String, value : Enumerable::JSONComplex)
- #notify(payload : Hash(String, Enumerable::JSONComplex))
-
#remove(path : String)
Nuke a subtree below the path
Constructor Detail
Instance Method Detail
def insert(path : String, &handler : Proc(String, Enumerable::JSONComplex, Nil))
#
Insert a response handler block to be notified of updates effecting the specified feedback path.