-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
The items in the finder are already fetched asynchronously using the interface
public interface ItemsProvider<T> { Promise<List<T>> items(FinderContext context); }
The returned list is then passed to the interface
public interface ItemRenderer<T> { ItemDisplay<T> render(T item); }
which needs to return an implementation of ItemDisplay<T> to finally render the item.
Instead of returning a list of items in one go, the finder API should be able to render the items one at a time as they are returned by the backend.
- is related to
-
JBEAP-24008 [GSS](7.4.z) HAL-1795 - Domain console is not resilient to unresponsive managed server
- Closed
- relates to
-
HAL-1795 Domain console is not resilient to unresponsive managed server
- Resolved