public class Loop54ClientProvider extends java.lang.Object implements ILoop54ClientProvider
Constructor and Description |
---|
Loop54ClientProvider(IRemoteClientInfoProvider remoteClientInfoProvider,
Loop54SettingsCollection settingsCollection) |
Modifier and Type | Method and Description |
---|---|
ILoop54Client |
getNamed(java.lang.String instanceName)
Get a named instance of ILoop54Client.
|
ILoop54Client |
getSingleOrThrow() |
public Loop54ClientProvider(IRemoteClientInfoProvider remoteClientInfoProvider, Loop54SettingsCollection settingsCollection)
remoteClientInfoProvider
- The client info provider to use in the clients.settingsCollection
- One or more settings to setup clients for.public ILoop54Client getNamed(java.lang.String instanceName)
getNamed
in interface ILoop54ClientProvider
instanceName
- Name of a instance. For example 'swedish', 'english' or 'content'.public ILoop54Client getSingleOrThrow()