public class ResultFactory<T> extends Object
| Constructor and Description |
|---|
ResultFactory() |
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
resultErrored(RuntimeException ex) |
Result<T> |
resultWithResponse(T response) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.