next
Gets the list of BaseMessages that matches the given search. The queried result is passed to handler
as list
. If this method is repeatedly called after each next()
is finished, it retrieves the following search results as BaseMessage list. If there is no more search results, an empty List
(not null
) is returned to handler
.
Since
3.0.116
Parameters
handler
a callback handler to get the queried result.