Retriever

data class Retriever(val type: String = "Retriever", val httpRequester: HttpRequester, val selector: List<String>)

Configuration for retriever component which makes an API request and extracts a target value from the response

Constructors

Link copied to clipboard
constructor(type: String = "Retriever", httpRequester: HttpRequester, selector: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard