public interface StatelessPostRateResult
| Modifier and Type | Method and Description |
|---|---|
StatelessRateResult |
getRateResult()
Returns the underlying StatelessRateResult.
|
void |
update(StatelessPreRatingContext preRatingContext)
Updates the passed preRatingContext according the this result.
|
StatelessRateResult getRateResult()
void update(StatelessPreRatingContext preRatingContext) throws StatelessPreRatingException
preRatingContext - The context to updateStatelessPreRatingException