Class BlockingCommitterImpl

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class BlockingCommitterImpl
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void commitOffset​(com.google.cloud.pubsublite.Offset offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • commitOffset

        public void commitOffset​(com.google.cloud.pubsublite.Offset offset)
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception