Class AICommandHandler

java.lang.Object
com.vaadin.copilot.CopilotServerClient
com.vaadin.copilot.ai.AICommandHandler
All Implemented Interfaces:
CopilotCommand

public class AICommandHandler extends CopilotServerClient implements CopilotCommand
Command handler for AI related operations
  • Constructor Details

    • AICommandHandler

      public AICommandHandler(ProjectManager projectManager)
  • Method Details

    • handleMessage

      public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
      Specified by:
      handleMessage in interface CopilotCommand
    • getDisposables

      public Map<String,reactor.core.Disposable> getDisposables()