Class WatchStateIndexReader
- java.lang.Object
-
- com.floragunn.signals.watch.state.WatchStateIndexReader
-
public class WatchStateIndexReader extends Object
-
-
Constructor Summary
Constructors Constructor Description WatchStateIndexReader(String tenant, String watchIdPrefix, String indexName, org.elasticsearch.client.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WatchStateget(String watchId)Map<String,WatchState>get(Collection<String> watchIds)
-
-
-
Method Detail
-
get
public WatchState get(String watchId) throws IOException
- Throws:
IOException
-
get
public Map<String,WatchState> get(Collection<String> watchIds)
-
-