Introduce new DMF message THING_REMOVED (#891)
* Introduce new DMF message THING_REMOVED Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com> * rename test to its original name Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com> * API documentation adapted; constant defined for duplicated string Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com> * Resolve review comments; Replace try/catch blocks in exceptions testing Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com> * Re-add finally block in test cases Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
8687510131
commit
193603282a
@@ -29,13 +29,18 @@ public enum MessageType {
|
||||
*/
|
||||
THING_DELETED,
|
||||
|
||||
/**
|
||||
* The request to delete a target.
|
||||
*/
|
||||
THING_REMOVED,
|
||||
|
||||
/**
|
||||
* DMF receiver health check type.
|
||||
*/
|
||||
PING,
|
||||
|
||||
/**
|
||||
* DMF receiver health check reponse type.
|
||||
* DMF receiver health check response type.
|
||||
*/
|
||||
PING_RESPONSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user