Interface PicoServicesProvider

All Known Implementing Classes:
DefaultPicoServicesProvider

public interface PicoServicesProvider
Java ServiceLoader provider interface to find implementation of PicoServices.
  • Method Summary

    Modifier and Type
    Method
    Description
    services(Bootstrap bootstrap)
    Provide the Pico Services implementation given the provided primordial Bootstrap configuration instance.
  • Method Details

    • services

      PicoServices services(Bootstrap bootstrap)
      Provide the Pico Services implementation given the provided primordial Bootstrap configuration instance.
      Parameters:
      bootstrap - the primordial bootstrap configuration
      Returns:
      pico services instance configured with the provided bootstrap instance