Interface PubSubSubscriber

    • Method Detail

      • pull

        List<com.google.pubsub.v1.ReceivedMessage> pull()
      • close

        void close()
            throws Exception
        After returning all resources should have been cleaned up.
        Throws:
        Exception