Interface StreamObserver


public interface StreamObserver
Version:
$Id$
Author:
hsivonen
  • Method Summary

    Modifier and Type Method Description
    void closeCalled()  
    void exceptionOccurred​(java.lang.Exception ex)
    The argument will be a RuntimeException or an IOException the implementation of this method should rethrow it or another exception that wraps it.
    void finalizerCalled()  
  • Method Details

    • closeCalled

      void closeCalled()
    • exceptionOccurred

      void exceptionOccurred​(java.lang.Exception ex) throws java.io.IOException
      The argument will be a RuntimeException or an IOException the implementation of this method should rethrow it or another exception that wraps it.
      Parameters:
      ex -
      Throws:
      java.io.IOException
    • finalizerCalled

      void finalizerCalled()