Package com.loop54
Interface ILoop54ClientProvider
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
Loop54ClientProvider
Interface for handling multiple instances of
ILoop54Client within the same application.-
Method Summary
Modifier and TypeMethodDescriptionGet a named instance of ILoop54Client.
-
Method Details
-
getNamed
Get a named instance of ILoop54Client. Will throw if an instance with the same name is not found.- Parameters:
instanceName- Name of a instance. For example 'swedish', 'english' or 'content'.- Returns:
- The named instance.
-