Package org.nuxeo.elasticsearch.fetcher
Interface EsFetcher.HitDocConsumer
- All Superinterfaces:
BiConsumer<org.opensearch.search.SearchHit,
DocumentModel>
- Enclosing class:
- EsFetcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface EsFetcher.HitDocConsumer
extends BiConsumer<org.opensearch.search.SearchHit,DocumentModel>
Consumes both a SearchHit and DocumentModel.
- Since:
- 10.2
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen