Class ProvidersCommand.StartCommand

java.lang.Object
cloud.kitelang.cli.commands.ProvidersCommand.StartCommand
All Implemented Interfaces:
Callable<Integer>
Enclosing class:
ProvidersCommand

public static class ProvidersCommand.StartCommand extends Object implements Callable<Integer>
Start a provider process that keeps running for fast operations. The provider will auto-stop after 30 minutes of inactivity (configurable).
  • Constructor Details

    • StartCommand

      public StartCommand()
  • Method Details