Package io.activej.promise
package io.activej.promise
-
ClassDescriptionRepresents a
Promisewhich is completed with an exception.Represents aCompletePromisewith result that equalsnull.Represents a completedPromisewith a result of unspecified type.Represents aCompletePromisewith a result of unspecified type.NextPromise<T,R> Helps to create sequent chains ofPromises.Promise<T>Replacement of default JavaCompletionStageinterface with optimized design, which allows handling different scenarios more efficiently.Allows managing multiplePromises.ResultWithPromise<T,V> RetryPolicy<S>Represents aPromisewhich can be completed or completedExceptionally manually at once or later in the future.ToPromise<T>