@java.lang.SuppressWarnings(value: unused) interface ScanPoint
Defines the API for the scan extensions.
| Constructor and description |
|---|
ScanPoint
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ScanResponseInterface |
postScan(ScanResponseInterface coreResponse, ScanRequestInterface scanRequest)Post-scan extension method for the scan() method. |
|
void |
preScan(ScanRequestInterface scanRequest)Pre-scan extension method for the scan() method. |
Post-scan extension method for the scan() method. See the core method ScanService.scan for details.
Note: This method is part of the Stable API.
coreResponse - The response from the core method (or from other extensions that provide a response).scanRequest - The details of the request .Pre-scan extension method for the scan() method. See the core method ScanService.scan for details.
Note: This method is part of the Stable API.
orderReleaseRequest - The details of the request.