GoldenGateBindings / com.fitbit.goldengate.bindings.coap.handler / BaseRxResourceHandler / observeUpdates

observeUpdates

fun observeUpdates(): Observable<ByteArray>

Gets an Observable that will emit the data from the body of the incoming requests. The source of the data(POST, PUT request etc.) depends on the implementation of the class that extends BaseRxResourceHandler

Return
An Observable that emits data as a ByteArray