class Cisco::CollaborationEndpoint::Feedback

Defined in:

cisco/collaboration_endpoint/feedback.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def clear #

[View source]
def contains?(path : String) #

[View source]
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.


[View source]
def notify(path : String, value : Enumerable::JSONComplex) #

[View source]
def notify(payload : Hash(String, Enumerable::JSONComplex)) #

[View source]
def remove(path : String) #

Nuke a subtree below the path


[View source]