@Service @Transactional(value="herdTransactionManager") public class StoragePolicySelectorServiceImpl extends Object implements StoragePolicySelectorService
| Constructor and Description |
|---|
StoragePolicySelectorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<StoragePolicySelection> |
execute(String sqsQueueName,
int maxResult)
Finds business object data matching storage policies configured in the system and sends storage policy selection message to the specified SQS queue.
|
public List<StoragePolicySelection> execute(String sqsQueueName, int maxResult)
StoragePolicySelectorServiceexecute in interface StoragePolicySelectorServicesqsQueueName - the SQS queue name to send storage policy selections tomaxResult - the maximum number of results to retrieveCopyright © 2021. All rights reserved.