public interface AccountIndexer
Modifier and Type | Method and Description |
---|---|
void |
index(Account.Id id)
Synchronously index an account.
|
boolean |
reindexIfStale(Account.Id id)
Synchronously reindex an account if it is stale.
|
void index(Account.Id id)
id
- account id to index.boolean reindexIfStale(Account.Id id)
id
- account id to index.