GoldenGateBindings / com.fitbit.goldengate.bindings / GoldenGate

GoldenGate

class GoldenGate

This class holds general properties of the Golden Gate library like the logger, the GG Loop thread, etc.

Types

Version

data class Version

This class represents the version information for the GG Library

Constructors

<init>

GoldenGate()

This class holds general properties of the Golden Gate library like the logger, the GG Loop thread, etc.

Companion Object Functions

check

fun check(): Unit

Verify that the Golden Gate C library has been loaded.

deInit

fun deInit(): Unit

getVersion

fun getVersion(): Version

Get the version information from the Golden Gate library

init

fun init(loggingEnabled: Boolean = true, libPath: File? = null): Unit

Pass a file if you would like the library it represents loaded. Otherwise, it will load the default "xp" library from the library path.