Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.bi
/
BiClickHouseInspectorProperties
/
BiClickHouseInspectorProperties
Bi
Click
House
Inspector
Properties
@
ConstructorBinding
constructor
(
endpoints
:
List
<
URI
>
=
emptyList()
,
@
DefaultValue
(
value
=
[
"default"
]
)
username
:
String
,
@
DefaultValue
(
value
=
[
""
]
)
password
:
String
=
""
,
@
DefaultValue
(
value
=
[
"true"
]
)
connectionPoolEnabled
:
Boolean
=
true
,
@
DefaultValue
(
value
=
[
"3s"
]
)
connectionTimeout
:
Duration
=
Duration.ofSeconds(3)
,
@
DefaultValue
(
value
=
[
"10s"
]
)
connectionRequestTimeout
:
Duration
=
Duration.ofSeconds(10)
,
@
DefaultValue
(
value
=
[
"10s"
]
)
socketTimeout
:
Duration
=
Duration.ofSeconds(10)
,
@
DefaultValue
(
value
=
[
"10s"
]
)
executionTimeout
:
Duration
=
Duration.ofSeconds(10)
,
@
DefaultValue
(
value
=
[
"10"
]
)
maxConnections
:
Int
=
10
,
@
DefaultValue
(
value
=
[
"0"
]
)
maxRetries
:
Int
=
0
)
constructor
(
)