public class AsynchronousOperationInfo extends Object
Modifier and Type | Method and Description |
---|---|
static AsynchronousOperationInfo |
complete() |
static AsynchronousOperationInfo |
completeExceptional(SerializedThrowable serializedThrowable) |
SerializedThrowable |
getFailureCause() |
@Nullable public SerializedThrowable getFailureCause()
public static AsynchronousOperationInfo completeExceptional(SerializedThrowable serializedThrowable)
public static AsynchronousOperationInfo complete()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.