org.nustaq.reallive.api.SafeChangeStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reallive Show documentation
Show all versions of reallive Show documentation
persistent inmemory datagrid based on kontraktor
package org.nustaq.reallive.api;
import org.nustaq.reallive.query.QParseException;
public interface SafeChangeStream {
Subscriber subscribeOn(String query, ChangeReceiver receiver) throws QParseException;
}