T - public class AsyncEventDeliveryStage<T> extends ForwardingCompletionStage<T>
| Modifier and Type | Method and Description |
|---|---|
protected CompletionStage<T> |
delegate() |
CompletionStage<T> |
exceptionally(java.util.function.Function<Throwable,? extends T> fn) |
<U> CompletionStage<U> |
handle(java.util.function.BiFunction<? super T,Throwable,? extends U> fn) |
<U> CompletionStage<U> |
handleAsync(java.util.function.BiFunction<? super T,Throwable,? extends U> fn) |
<U> CompletionStage<U> |
handleAsync(java.util.function.BiFunction<? super T,Throwable,? extends U> fn,
Executor executor) |
CompletionStage<T> |
whenComplete(java.util.function.BiConsumer<? super T,? super Throwable> action) |
CompletionStage<T> |
whenCompleteAsync(java.util.function.BiConsumer<? super T,? super Throwable> action) |
CompletionStage<T> |
whenCompleteAsync(java.util.function.BiConsumer<? super T,? super Throwable> action,
Executor executor) |
acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFutureprotected CompletionStage<T> delegate()
delegate in class ForwardingCompletionStage<T>public CompletionStage<T> whenComplete(java.util.function.BiConsumer<? super T,? super Throwable> action)
whenComplete in interface CompletionStage<T>whenComplete in class ForwardingCompletionStage<T>public CompletionStage<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super Throwable> action)
whenCompleteAsync in interface CompletionStage<T>whenCompleteAsync in class ForwardingCompletionStage<T>public CompletionStage<T> whenCompleteAsync(java.util.function.BiConsumer<? super T,? super Throwable> action, Executor executor)
whenCompleteAsync in interface CompletionStage<T>whenCompleteAsync in class ForwardingCompletionStage<T>public <U> CompletionStage<U> handle(java.util.function.BiFunction<? super T,Throwable,? extends U> fn)
handle in interface CompletionStage<T>handle in class ForwardingCompletionStage<T>public <U> CompletionStage<U> handleAsync(java.util.function.BiFunction<? super T,Throwable,? extends U> fn)
handleAsync in interface CompletionStage<T>handleAsync in class ForwardingCompletionStage<T>public <U> CompletionStage<U> handleAsync(java.util.function.BiFunction<? super T,Throwable,? extends U> fn, Executor executor)
handleAsync in interface CompletionStage<T>handleAsync in class ForwardingCompletionStage<T>public CompletionStage<T> exceptionally(java.util.function.Function<Throwable,? extends T> fn)
exceptionally in interface CompletionStage<T>exceptionally in class ForwardingCompletionStage<T>Copyright © 2015. All Rights Reserved.