Provided

class Provided(val configurationFile: Resource, val remoteLabelPattern: String?)(source)

Constructors

Link copied to clipboard
constructor(configurationFile: Resource, remoteLabelPattern: String?)

Properties

Link copied to clipboard
val configurationFile: Resource

Autowires a DataSource using a provided datasource.conf file.

Link copied to clipboard

The remote label pattern to use for dynamically generated services. If unspecified, then this falls back to the datasrc-local-label value from the provided datasource.conf.

Functions

Link copied to clipboard
open override fun toString(): String