Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 2.22 KB

EventManager.md

File metadata and controls

74 lines (53 loc) · 2.22 KB

EvenManager

EventManager is a class of implementing pub-sub communication between RemoteObject instances
Followings are brief description of EventManager's REST API


REST APIs


get Object property.

[Request]:
  • Body : none
[Response]:

update Object property.

[Request]:
[Response]:

get Event Subscription list.
<subscriber_id> is EventSubscription.subscriber_id

[Request]:
  • Body : none
[Response]:

Event Subscription settings make a new registration.

[Request]:
[Response]:

get Event Subscription. <subscriber_id> is EventSubscription.subscriber_id

[Request]:
  • Body : none
[Response]: