Uses of Package
io.activej.promise
-
Packages that use io.activej.promise Package Description io.activej.async io.activej.async.file io.activej.async.function io.activej.async.process io.activej.async.service io.activej.promise io.activej.promise.jmx -
Classes in io.activej.promise used by io.activej.async Class Description Promise Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently.SettablePromise Represents aPromisewhich can be completed or completedExceptionally manually at once or later in the future. -
Classes in io.activej.promise used by io.activej.async.file Class Description Promise Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently. -
Classes in io.activej.promise used by io.activej.async.function Class Description Promise Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently. -
Classes in io.activej.promise used by io.activej.async.process Class Description Promise Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently.RetryPolicy -
Classes in io.activej.promise used by io.activej.async.service Class Description Promise Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently.RetryPolicy -
Classes in io.activej.promise used by io.activej.promise Class Description CompleteExceptionallyPromise Represents aPromisewhich is completed with an exception.CompleteNullPromise Represents aCompletePromisewith result that equalsnull.CompletePromise Represents a completedPromisewith a result of unspecified type.Promisable Promise Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently.Promise.BlockingCallable Promise.BlockingRunnable ResultWithPromise RetryPolicy RetryPolicy.SimpleRetryState SettablePromise Represents aPromisewhich can be completed or completedExceptionally manually at once or later in the future. -
Classes in io.activej.promise used by io.activej.promise.jmx Class Description Promise Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently.