Runtime Events
Heartbeat
The heartbeat event is generated regularly and gives the user information about whether the application is running.
Properties for this event:
| Property | Default | Description |
|---|---|---|
| runtime-event.alive.logbook.messageId | 0810010000001 | Message ID of the event |
| runtime-event.alive.logbook.messageLevel | STATUS | Event level |
| runtime-event.alive.logbook.messageContent | alive_message_content | Event text |
| runtime-event.alive.timer.startDelay | 60s | Creation time of the first event after running |
| runtime-event.alive.timer.repeatInterval | 600s | Interval for re-creation of this event |
Start
After running the relevant application, the following event is generated.
Properties for this event:
| Property | Default | Description |
|---|---|---|
| runtime-event.start.logbook.messageId | 0810010000002 | Message ID of the event |
| runtime-event.start.logbook.messageLevel | STATUS | Event level |
| runtime-event.start.logbook.messageContent | start_message_content | Event text |
Stop
The following event is generated after stopping the relevant application.
Properties for this event:
| Property | Default | Description |
|---|---|---|
| runtime-event.stop.logbook.messageId | 0810010000003 | Message ID of the event |
| runtime-event.stop.logbook.messageLevel | STATUS | Event level |
| runtime-event.stop.logbook.messageContent | stop_message_content | Event text |