Interface ModuleServiceConsumer


public interface ModuleServiceConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serviceReady(Class<?> serviceClass)
    The service instance indicated by serviceClass is ready for use.
    void
    serviceShutdown(Class<?> serviceClass)
    The service indicated by serviceClass has shut down.
  • Method Details

    • serviceReady

      void serviceReady(Class<?> serviceClass)
      The service instance indicated by serviceClass is ready for use.

      Get the ready instance by calling ModuleServicesManager.getService(Class).

    • serviceShutdown

      void serviceShutdown(Class<?> serviceClass)
      The service indicated by serviceClass has shut down.