Interface SnIndexerStrategy
- All Known Implementing Classes:
AbstractSnIndexerStrategy,DefaultSnIndexerStrategy
public interface SnIndexerStrategy
Strategy for indexer batch requests.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(SnIndexerRequest indexerRequest) Executes the indexer batch request.
-
Method Details
-
execute
Executes the indexer batch request.- Parameters:
indexerRequest- - the indexer request- Returns:
- the indexer response
- Throws:
SnIndexerException- if an error occurs
-