T
- the future result type consumed by this callback.public interface FutureCallback<T>
Future
.Modifier and Type | Method and Description |
---|---|
void |
cancelled() |
void |
completed(T result) |
void |
failed(Exception ex) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.