Class GenerateFixturesCommandLineRunner

java.lang.Object
ai.stapi.axonsystemplugin.fixtures.GenerateFixturesCommandLineRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

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

    • GenerateFixturesCommandLineRunner

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

    • run

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