Interface QueryResult

All Superinterfaces:
AutoCloseable, Iterable<IDProvider>

@NonExtendable public interface QueryResult extends Iterable<IDProvider>, AutoCloseable
Provides results after placing a query using the QueryAgent. Each call to Iterable.iterator() creates a new search with potentially different elements. It is highly recommended to use this class in a try-with-resources block to ensure that all resources are released.
Since:
5.2.250502