Wow
Toggle table of contents
8.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-benchmarks
/
me.ahoo.wow.benchmark.infrastructure
/
BenchmarkMongoConfig
Benchmark
Mongo
Config
data
class
BenchmarkMongoConfig
(
val
endpoint
:
BenchmarkServiceEndpoint
,
val
username
:
String
,
val
password
:
String
)
Members
Constructors
Benchmark
Mongo
Config
Link copied to clipboard
constructor
(
endpoint
:
BenchmarkServiceEndpoint
,
username
:
String
,
password
:
String
)
Properties
endpoint
Link copied to clipboard
val
endpoint
:
BenchmarkServiceEndpoint
password
Link copied to clipboard
val
password
:
String
username
Link copied to clipboard
val
username
:
String
Functions
connection
String
Link copied to clipboard
fun
connectionString
(
)
:
String