| Package | Description |
|---|---|
| fish.payara.microprofile.faulttolerance | |
| fish.payara.microprofile.faulttolerance.service |
| Modifier and Type | Method and Description |
|---|---|
void |
FaultToleranceMethodContext.runAsynchronous(FaultToleranceMethodContext.AsyncFuture asyncResult,
Callable<Object> task)
Runs the task asynchronously and completes the given asyncResult with the its outcome.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaultToleranceMethodContextImpl.runAsynchronous(FaultToleranceMethodContext.AsyncFuture asyncResult,
Callable<Object> task)
OBS! Unit tests implement a stub context with a simplified version of this implementation that needs to be
updated properly whenever this method is changed in order to have comparable behaviour in tests.
|
Copyright © 2021. All rights reserved.