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

Interface ActionDispatcher

    • Method Detail

      • dispatchAction

        void dispatchAction​(Command action)

        Dispatches the given action.

        Parameters:

        action - the action to be executed in background, not null

      • createCompletableFuture

        <T> CompletableFuture<T> createCompletableFuture()

        Gets a completable future that needs to be resolved by the caller.

        Returns:

        the CompletableFuture to be resolved