public class HeartBeat extends Object implements ExecutableCliCommand
Usage: heartbeat [options]
Options:
-i
The interval of the heartbeat in milliseconds.
Default: 1000
-n
The node id for the events to be send.
Default: System.getProperty("appng.node.id")
-s
The site name for the heartbeat event.
Default: appng
| Modifier and Type | Class and Description |
|---|---|
static class |
HeartBeat.HeartBeatEvent |
| Constructor and Description |
|---|
HeartBeat() |
public void execute(CliEnvironment cle) throws BusinessException
ExecutableCliCommandexecute in interface ExecutableCliCommandcle - the CliEnvironment to useBusinessException - if on error occurs while executing the commandCopyright © 2011–2022 aiticon GmbH. All rights reserved.