public class IgnoreCompleteExceptionFutureCallback<T> extends Object implements FutureCallback<T>
Constructor and Description |
---|
IgnoreCompleteExceptionFutureCallback(FutureCallback<T> callback) |
Modifier and Type | Method and Description |
---|---|
void |
cancelled() |
void |
completed(T result) |
void |
failed(Exception ex) |
public IgnoreCompleteExceptionFutureCallback(FutureCallback<T> callback)
public void completed(T result)
completed
in interface FutureCallback<T>
public void failed(Exception ex)
failed
in interface FutureCallback<T>
public void cancelled()
cancelled
in interface FutureCallback<T>
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.