You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.collaborationengine.

Interface ListInsertResult<T>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      CompletableFuture<T> getCompletableFuture()

      Deprecated, for removal: This API element is subject to removal in a future version.

      The result of the asynchronous operation.

      ListKey getKey()

      Deprecated, for removal: This API element is subject to removal in a future version.

      Gets the key of the item.

    • Method Detail

      • getKey

        ListKey getKey()
        Deprecated, for removal: This API element is subject to removal in a future version.

        Gets the key of the item.

        Returns:

        the item key, not null

      • getCompletableFuture

        CompletableFuture<T> getCompletableFuture()
        Deprecated, for removal: This API element is subject to removal in a future version.

        The result of the asynchronous operation.

        Returns:

        the result of the operation, not null