Class EntityIdsLoader.ResultHolder

java.lang.Object
io.jmix.search.index.queue.EntityIdsLoader.ResultHolder
Enclosing interface:
EntityIdsLoader

public static class EntityIdsLoader.ResultHolder extends Object
Keeps result of ids loading.
  • Field Details

  • Constructor Details

    • ResultHolder

      public ResultHolder(List<?> ids, @Nullable Object lastOrderingValue)
  • Method Details

    • getIds

      public List<?> getIds()
    • getLastOrderingValue

      @Nullable public Object getLastOrderingValue()