This class encapsulates the QoS of an erase() request. More...
Public Attributes | |
| Boolean | ForceDestroy |
| Kill a topic even if there are pending updates or subscriptions (default: false). | |
| Integer | HistoryNumEntries |
| Default is to erase the current entry (numEntries='1'), '-1' deliver all (default: 1). | |
This class encapsulates the QoS of an erase() request.
Note that erasing a topic sends to all subscribers an update with the update QoS state id set to ERASED A subscriber can decide to suppress those erase events with a specific SubscribeQoS setting.
| Boolean TEraseQos.ForceDestroy |
Kill a topic even if there are pending updates or subscriptions (default: false).
| Integer TEraseQos.HistoryNumEntries |
Default is to erase the current entry (numEntries='1'), '-1' deliver all (default: 1).
1.6.1