GenericTask

etlflow.task.GenericTask
See theGenericTask companion object
class GenericTask[OP](val name: String, function: => OP) extends EtlTask[Any, OP]

Attributes

Companion:
object
Graph
Supertypes
trait EtlTask[Any, OP]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def execute: RIO[R & Audit, OP]

Attributes

Inherited from:
EtlTask
def getTaskProperties: Map[String, String]

Attributes

Inherited from:
EtlTask

Concrete fields

val name: String

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
ApplicationLogger
val taskType: String

Attributes

Inherited from:
EtlTask
protected val zioSlf4jLogger: ULayer[Unit]

Attributes

Inherited from:
ApplicationLogger