WebhookClientConfig

final case class WebhookClientConfig(caBundle: Option[String], service: Option[ServiceReference], url: Option[String])

WebhookClientConfig contains the information to make a TLS connection with the webhook.

Source:
WebhookClientConfig.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if caBundle has a value, transforms to the result of function

if caBundle has a value, transforms to the result of function

Source:
WebhookClientConfig.scala

if service has a value, transforms to the result of function

if service has a value, transforms to the result of function

Source:
WebhookClientConfig.scala

if url has a value, transforms to the result of function

if url has a value, transforms to the result of function

Source:
WebhookClientConfig.scala

Returns a new data with caBundle set to new value

Returns a new data with caBundle set to new value

Source:
WebhookClientConfig.scala

Returns a new data with service set to new value

Returns a new data with service set to new value

Source:
WebhookClientConfig.scala

Returns a new data with url set to new value

Returns a new data with url set to new value

Source:
WebhookClientConfig.scala

Inherited methods

Inherited from:
Product