Class HeartBeat

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class HeartBeat
    extends Object
    implements ExecutableCliCommand
    Sends and receives a heartbeat using the configured messaging settings.
     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
     
    Author:
    Matthias Müller