Skip navigation links

Package com.google.cloud.bigtable.gaxx.reframing

Mediates message flow between two ResponseObservers.

See: Description

Package com.google.cloud.bigtable.gaxx.reframing Description

Mediates message flow between two ResponseObservers.

It is intended for situations when a stream needs to be transformed in such a way where the incoming responses do not map 1:1 to the output responses. This is used to transform ReadRowsResponse chunks into logical rows, but is generic enough to be used for other purposes.

Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.