Interface SubscriptionSession

All Superinterfaces:
Session

public interface SubscriptionSession extends Session
This class provides document subscription - accessing document changes to a document repository.
Author:
bratseth
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes this subscription session without closing the subscription registered on the document repository.

    Methods inherited from interface com.yahoo.documentapi.Session

    destroy, getNext, getNext
  • Method Details

    • close

      void close()
      Closes this subscription session without closing the subscription registered on the document repository. The same subscription can be accessed later by another subscription session.