Package com.io7m.idstore.user_client.api
Interface IdUClientFactoryType
- All Known Implementing Classes:
IdUClients
public interface IdUClientFactoryType
A factory of clients.
-
Method Summary
-
Method Details
-
create
Create a new client.- Parameters:
locale- The locale for messages- Returns:
- A new client
- Throws:
IdUClientException- On errorsInterruptedException- On interruption
-