Class PostStatementApplication

java.lang.Object
dev.learning.xapi.samples.poststatement.PostStatementApplication
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootApplication public class PostStatementApplication extends Object implements org.springframework.boot.CommandLineRunner
Sample using xAPI client to post a statement.
Author:
Thomas Turrell-Croft
  • Constructor Details

    • PostStatementApplication

      public PostStatementApplication()
  • Method Details

    • main

      public static void main(String[] args)
    • run

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