org.nustaq.reallive.api.SafeRealLiveStreamActor 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.kontraktor.Callback;
import org.nustaq.reallive.query.QParseException;
public interface SafeRealLiveStreamActor {
void query(String query, Callback cb) throws QParseException;
}