etlflow.task

package etlflow.task

Members list

Type members

Classlikes

case class SendMailTask(name: String, body: String, subject: String, recipientList: List[String], credentials: SMTP, sender: Option[String]) extends EtlTask[Any, Unit]

Attributes

Supertypes
trait Serializable
trait EtlTask[Any, Unit]
trait ApplicationLogger
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all