Interface AccountIndexer
-
- All Known Implementing Classes:
AccountIndexerImpl
public interface AccountIndexer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
index(Account.Id id)
Synchronously index an account.
-
-
-
Method Detail
-
index
void index(Account.Id id) throws IOException
Synchronously index an account.- Parameters:
id
- account id to index.- Throws:
IOException
-
-