DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
spring-boot-starter-datasource
/
com.caplin.integration.datasourcex.spring
/
DataSourceConfigurationProperties
/
Discovery
Discovery
class
Discovery
(
val
hostname
:
String
,
val
clusterName
:
String
=
"caplin"
)
(
source
)
Members
Constructors
Discovery
Link copied to clipboard
constructor
(
hostname
:
String
,
clusterName
:
String
=
"caplin"
)
Properties
cluster
Name
Link copied to clipboard
val
clusterName
:
String
The name of the Discovery cluster.
hostname
Link copied to clipboard
val
hostname
:
String
The hostname of the Discovery server.
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String