Builder

Configurable properties that all client configuration exposes.

Parameters

TConfig

the type of configuration built by this builder

Properties

Link copied to clipboard
abstract var clientName: String

A reader-friendly name for the client.

Link copied to clipboard
abstract var logMode: LogMode?

Configure events that will be logged. By default, clients will not output raw requests or responses. Configure the sdk.logMode JVM system property, SDK_LOG_MODE environment variable, or use this setting to opt in to additional debug logging.