Class MonitorCommand<T extends BaseResponseEntity>

    • Constructor Detail

      • MonitorCommand

        public MonitorCommand()
    • Method Detail

      • getMonitor

        public boolean getMonitor()
      • getSleepInterval

        public int getSleepInterval()
      • getClustered

        public boolean getClustered()
      • getTargetEndpoint

        public abstract String getTargetEndpoint()
      • run

        public void run​(picocli.CommandLine c)
      • displayEntityResults

        protected void displayEntityResults​(T entity)