public interface Result
Modifier and Type | Method and Description |
---|---|
void |
setException(Exception exception)
Set encountered exception.
|
void |
setResult(Object result)
Set computed result.
|
void setResult(@NullAllowed Object result)
result
- The result.void setException(Exception exception)
exception
- The exception.Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.