Class PrintGraphQLCommandLineRunner

java.lang.Object
ai.stapi.graphql.PrintGraphQLCommandLineRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

public class PrintGraphQLCommandLineRunner extends Object implements org.springframework.boot.CommandLineRunner
  • Constructor Details

    • PrintGraphQLCommandLineRunner

      public PrintGraphQLCommandLineRunner(org.axonframework.commandhandling.gateway.CommandGateway commandGateway, org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • run

      public void run(String... args)
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner