Interface AsUidGenerator
- All Known Implementing Classes:
DefaultAsUidGenerator,SnAsSearchProfileCalculationListener.SearchQueryUidGenerator,SolrAsSearchProfileCalculationListener.SearchQueryUidGenerator
public interface AsUidGenerator
Implementations of this interface can generate unique identifiers.
-
Method Summary
-
Method Details
-
generateUid
String generateUid()Generates a new unique identifier.- Returns:
- the unique identifier
-