Package com.loop54

Interface ILoop54ClientProvider

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
Loop54ClientProvider

public interface ILoop54ClientProvider extends Closeable
Interface for handling multiple instances of ILoop54Client within the same application.
  • Method Summary

    Modifier and Type
    Method
    Description
    getNamed(String instanceName)
    Get a named instance of ILoop54Client.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • getNamed

      ILoop54Client getNamed(String instanceName)
      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.