Packages

c

etlflow.etlsteps

HttpRequestStep

case class HttpRequestStep[A](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)(implicit evidence$1: zio.Tag[A], evidence$2: Decoder[A]) extends EtlStep[Unit, A] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, EtlStep[Unit, A], ApplicationLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRequestStep
  2. Serializable
  3. Product
  4. Equals
  5. EtlStep
  6. ApplicationLogger
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HttpRequestStep(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)(implicit arg0: zio.Tag[A], arg1: Decoder[A])

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()
  7. val connection_timeout: Int
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def execute(input_state: => Unit): ZIO[StepEnv, Throwable, A]
    Definition Classes
    EtlStep
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getExecutionMetrics: Map[String, Map[String, String]]
    Definition Classes
    EtlStep
  13. def getStepProperties(level: LoggingLevel): Map[String, String]
    Definition Classes
    HttpRequestStep → EtlStep
  14. val headers: Map[String, String]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val log: Boolean
  17. lazy val logger: Logger
    Definition Classes
    ApplicationLogger
  18. val method: HttpMethod
  19. val name: String
    Definition Classes
    HttpRequestStep → EtlStep
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val params: Either[String, Map[String, String]]
  24. final def process(in: => Unit): Task[A]
    Definition Classes
    HttpRequestStep → EtlStep
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val read_timeout: Int
  27. val step_type: String
    Definition Classes
    EtlStep
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val url: String
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from EtlStep[Unit, A]

Inherited from ApplicationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped