GoldenGateBindings / com.fitbit.goldengate.bindings.io / RxSource

RxSource

class RxSource : NativeReference, Closeable

RxSource is a DataSource for bottom on Golden Gate stack and DataSink for top of Native/Android connection Bridge and is used to receive data packets to GG stack from connected Node

Constructors

<init>

RxSource()

RxSource is a DataSource for bottom on Golden Gate stack and DataSink for top of Native/Android connection Bridge and is used to receive data packets to GG stack from connected Node

Properties

thisPointer

val thisPointer: Long

Pointer to native jni reference for this object

Functions

close

fun close(): Unit

receiveData

fun receiveData(data: ByteArray): Completable

Receive data from connected Node