Package com.io7m.brooklime.api
Interface BLNexusClientProviderType
- All Known Implementing Classes:
BLNexusClients
public interface BLNexusClientProviderType
A provider of Nexus clients.
-
Method Summary
Modifier and Type Method Description BLNexusClientTypecreateClient(BLNexusClientConfiguration configuration)Create a new Nexus client.
-
Method Details
-
createClient
Create a new Nexus client.- Parameters:
configuration- The client configuration- Returns:
- A new Nexus client
- Throws:
BLException- On errors
-