Interface AsyncResultSet.StreamMessageListener (6.82.0)

See more code actions.
public static interface AsyncResultSet.StreamMessageListener

An interface to register the listener for streaming gRPC request. It will be called when a chunk is received from gRPC streaming call.

See more code actions.
public abstract void onStreamMessage(PartialResultSet partialResultSet, boolean bufferIsFull)
Parameters
Name Description
partialResultSet PartialResultSet
bufferIsFull boolean