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 Detail

      • 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.