public interface FutureEventListener<T>
extends java.util.function.BiConsumer<T,java.lang.Throwable>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t,
java.lang.Throwable throwable) |
void |
onFailure(java.lang.Throwable cause) |
void |
onSuccess(T value) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.