public class RetryResult extends Object
| Constructor and Description |
|---|
RetryResult(RecordedEntity recordedEntity,
Object result) |
| Modifier and Type | Method and Description |
|---|---|
RecordedEntity |
getRecordedEntity()
The entity to recover.
|
Object |
getResult()
The result of the recovery operation.
|
public RetryResult(RecordedEntity recordedEntity, Object result)
public RecordedEntity getRecordedEntity()
public Object getResult()
Copyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.