Class RobotRunner

java.lang.Object
com.bytedesk.ai.robot.RobotRunner
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@Component public class RobotRunner extends Object implements org.springframework.boot.ApplicationRunner
  • Field Details

  • Constructor Details

    • RobotRunner

      public RobotRunner()
  • Method Details

    • run

      public void run(org.springframework.boot.ApplicationArguments args) throws Exception
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner
      Throws:
      Exception