VerifyTargetConfig

case class VerifyTargetConfig(protocol: String, host: String, port: Int, clientTimeout: Duration)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withClientTimeout(clientTimeout: Duration): VerifyTargetConfig
def withHost(host: String): VerifyTargetConfig
def withPort(port: Int): VerifyTargetConfig
def withProtocol(protocol: String): VerifyTargetConfig

Deprecated methods

@deprecated("Use `withClientTimeout` instead", "2.3.19")
def withClientTimeoutInSeconds(clientTimeout: Duration): VerifyTargetConfig
Deprecated

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product