Skip to content

AASB

Outgoing Messages

StartService

Notifies the platform that the AASB service has started.

JSON Structure

{
    "header": {
        "version": "4.0",
        "messageType": "Publish",
        "id": {{String}},
        "messageDescription": {
            "topic": "AASB",
            "action": "StartService"
        }
    }
}

StopService

Notifies the platform that the AASB service is about to stop.

JSON Structure

{
    "header": {
        "version": "4.0",
        "messageType": "Publish",
        "id": {{String}},
        "messageDescription": {
            "topic": "AASB",
            "action": "StopService"
        }
    }
}