Class SendEmailPlan


  • public class SendEmailPlan
    extends Plan
    Send an email.
    • Constructor Detail

      • SendEmailPlan

        public SendEmailPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.
        Specified by:
        body in class Plan