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

org.nustaq.reallive.api.SafeChangeStream Maven / Gradle / Ivy

There is a newer version: 5.2.1
Show newest version
package org.nustaq.reallive.api;


import org.nustaq.reallive.query.QParseException;

public interface SafeChangeStream {

    Subscriber subscribeOn(String query, ChangeReceiver receiver) throws QParseException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy