Interface ServiceProvider.ServiceConfiguration

All Known Implementing Classes:
SimpleServiceProviderConfiguration
Enclosing interface:
ServiceProvider

public static interface ServiceProvider.ServiceConfiguration
A single service configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of all interfaces this service supports.
    Get an optional map of service properties.
    The service instance.
  • Method Details

    • getService

      Object getService()
      The service instance.
      Returns:
      The service instance.
    • getInterfaces

      String[] getInterfaces()
      The name of all interfaces this service supports.
      Returns:
      An array of interface names the service supports.
    • getProperties

      Map<String,?> getProperties()
      Get an optional map of service properties.
      Returns:
      An optional map of service properties.