Packages

c

etlflow.task

HttpRequestTask

case class HttpRequestTask(name: String, url: String, method: HttpMethod, params: Either[String, Map[String, String]] = Right(Map.empty), headers: Map[String, String] = Map.empty, log: Boolean = false, connection_timeout: Int = 10000, read_timeout: Int = 150000, allow_unsafe_ssl: Boolean = false) extends EtlTask[Any, Response[String]] with Product with Serializable

Annotations
@SuppressWarnings()
Linear Supertypes
Serializable, Product, Equals, EtlTask[Any, Response[String]], ApplicationLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRequestTask
  2. Serializable
  3. Product
  4. Equals
  5. EtlTask
  6. ApplicationLogger
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HttpRequestTask(name: String, url: String, method: HttpMethod, params: Either[String, Map[String, String]] = Right(Map.empty), headers: Map[String, String] = Map.empty, log: Boolean = false, connection_timeout: Int = 10000, read_timeout: Int = 150000, allow_unsafe_ssl: Boolean = false)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allow_unsafe_ssl: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val connection_timeout: Int
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def execute: RIO[AuditEnv, Response[String]]
    Definition Classes
    EtlTask
    Annotations
    @SuppressWarnings()
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getTaskProperties: Map[String, String]
    Definition Classes
    HttpRequestTask → EtlTask
  12. val headers: Map[String, String]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val log: Boolean
  15. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    ApplicationLogger
  16. val method: HttpMethod
  17. val name: String
    Definition Classes
    HttpRequestTask → EtlTask
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val params: Either[String, Map[String, String]]
  22. def process: Task[Response[String]]
    Attributes
    protected
    Definition Classes
    HttpRequestTask → EtlTask
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val read_timeout: Int
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val taskType: String
    Definition Classes
    EtlTask
  27. val url: String
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. val zioSlf4jLogger: ULayer[Unit]
    Attributes
    protected
    Definition Classes
    ApplicationLogger

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from EtlTask[Any, Response[String]]

Inherited from ApplicationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped