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