GoldenGateBindings / com.fitbit.goldengate.bindings / DataSinkDataSource

DataSinkDataSource

interface DataSinkDataSource : DataSink, DataSource

Created by muyttersprot on 3/7/18.

Inherited Functions

getAsDataSinkPointer

abstract fun getAsDataSinkPointer(): Long

getAsDataSourcePointer

abstract fun getAsDataSourcePointer(): Long

Inheritors

BsdDatagramSocket

class BsdDatagramSocket : NativeReference, DataSinkDataSource, Closeable

Creates a new BSD socket with given configuration data

CoapEndpoint

class CoapEndpoint : NativeReference, StackService, Endpoint, DataSinkDataSource

Coap Client/Server API.

Stack

class Stack : NativeReference, DataSinkDataSource, Closeable

A Kotlin representation of a Golden Gate stack. The data sink and data source exposed through getAsDataSinkPointer and getAsDataSourcePointer are the data sink/source on the "top" of the stack.