![JAR search and dependency download from the Maven repository](/logo.png)
net.intelie.live.plugins.messenger.search.SearchableEventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-messenger Show documentation
Show all versions of plugin-messenger Show documentation
Intelie Live Messenger Plugin
The newest version!
package net.intelie.live.plugins.messenger.search;
import net.intelie.live.Query;
import net.intelie.live.UserDef;
import net.intelie.live.plugins.messenger.search.document.SearchField;
import net.intelie.live.plugins.messenger.search.document.SearchableDoc;
import java.util.List;
import java.util.Map;
import java.util.Set;
public interface SearchableEventHandler {
String searchableName();
Set searchableFields();
Query createQuery(Long lastTimestamp);
List eventToSearchable(String uid, Map event);
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy