URLEndpointListenerConfiguration

expect constructor(    database: Database,     networkInterface: String? = null,     port: Int = 0,     disableTls: Boolean = false,     identity: TLSIdentity? = null,     authenticator: ListenerAuthenticator? = null,     readOnly: Boolean = false,     enableDeltaSync: Boolean = false)(source)

Create a listener configuration, for the specified database, with default values.

Parameters

database

the database to which the listener is attached


expect constructor(config: URLEndpointListenerConfiguration)(source)

Clone the passed listener configuration.

Parameters

config

the configuration to duplicate

actual constructor(    database: Database,     networkInterface: String?,     port: Int,     disableTls: Boolean,     identity: TLSIdentity?,     authenticator: ListenerAuthenticator?,     readOnly: Boolean,     enableDeltaSync: Boolean)(source)
actual constructor(config: URLEndpointListenerConfiguration)(source)
actual constructor(    database: Database,     networkInterface: String?,     port: Int,     disableTls: Boolean,     identity: TLSIdentity?,     authenticator: ListenerAuthenticator?,     readOnly: Boolean,     enableDeltaSync: Boolean)(source)
actual constructor(config: URLEndpointListenerConfiguration)(source)