All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.ravendb.client.documents.changes.IObservable Maven / Gradle / Ivy

package net.ravendb.client.documents.changes;

import net.ravendb.client.primitives.CleanCloseable;

public interface IObservable {

    CleanCloseable subscribe(IObserver observer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy