public interface ResultsHandler
Search
,
but may be used by other operations in the future.Modifier and Type | Method and Description |
---|---|
boolean |
handle(ConnectorObject connectorObject)
Invoked each time a matching
ConnectorObject is returned from a
query request. |
boolean handle(ConnectorObject connectorObject)
ConnectorObject
is returned from a
query request.connectorObject
- The matching ConnectorObject.true
if this handler should continue to be notified of
any remaining matching ConnectorObjects, or false
if the
remaining ConnectorObjects should be skipped for some reason
(e.g. a client side size limit has been reached or the failed to
handle the last item). If returns false
the last items
should be considers unhandled and in next page request it should
be the first item.RuntimeException
- the implementor should throw a RuntimeException
that
wraps any native exception (or that describes any other
problem during execution) that is serious enough to stop the
iteration.Copyright © 2022. All rights reserved.