GoldenGateBindings / com.fitbit.goldengate.bindings.stack / StackService

StackService

interface StackService : Attachable, Detachable, Closeable

Service that communicates with top of the stack

Types

Provider

interface Provider

Functions

setFilterGroup

open fun setFilterGroup(group: CoapGroupRequestFilterMode, key: NodeKey<String>): Unit

Update the current filter group used by the CoAP request filter.

Inherited Functions

attach

abstract fun attach(dataSinkDataSource: DataSinkDataSource): Unit

Attach the source and sink

detach

abstract fun detach(): Unit

Inheritors

BlastService

class BlastService : StackService

Service to automate sending and receiving packets, this service can be exposed via remote api

Blaster

class Blaster : StackService

Stack service for supporting blasting random packets over attached GG stack.

CoapEndpoint

class CoapEndpoint : NativeReference, StackService, Endpoint, DataSinkDataSource

Coap Client/Server API.

CoapServices

class CoapServices : StackService

SingleMessageSender

class SingleMessageSender : StackService

StackService for sending single message over attached GG stack