- Usage: A node can send a MessageSubscriptionOrder to subscribe or unsubscribe itself from the data another node maintains for the specified keys.
More...
#include <subscription_order.h>
- Usage: A node can send a MessageSubscriptionOrder to subscribe or unsubscribe itself from the data another node maintains for the specified keys.
- Algorithm Association: Entity Search.
◆ MessageSubscriptionOrder()
minhton::MessageSubscriptionOrder::MessageSubscriptionOrder |
( |
MinhtonMessageHeader |
header, |
|
|
std::vector< NodeData::Key > |
keys, |
|
|
bool |
subscribe = false |
|
) |
| |
- Parameters
-
keys | Multiple keys for which the node wants to change its subscription. |
subscribe | True subscribes the node to the specified keys, False unsubscribes the node. |
The documentation for this class was generated from the following files: