Class MailRunner

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, org.springframework.boot.CommandLineRunner, org.springframework.core.Ordered

    @Component
    @Profile("!test")
    public class MailRunner
    extends AbstractOrderedCommandLineRunner
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      MailRunner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      groovy.lang.MetaClass getMetaClass()  
      void run​(java.lang.String... strings)  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, invokeMethod, setProperty
    • Constructor Detail

      • MailRunner

        public MailRunner()
    • Method Detail

      • run

        public void run​(java.lang.String... strings)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception