onStreamingError

public B onStreamingError(ErrorHandler handler)

Assigns a handler for the error reported to onError of the StreamObserver responsible for delivering messages to the consumers.

Once this handler is called, no more messages will be delivered to consumers.

See also