getCompletionStage

abstract fun getCompletionStage(): CompletionStage<T>

Gets the already started CompletionStage which completes with the result. This instance can be used to execute calls after the progress has finished and listens to exceptions thrown during the progress.

Return

NotNull instance of CompletionStage.