Interface ServiceBuilder<T>


public interface ServiceBuilder<T>
A callback used to create a service implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Construct the service.
  • Method Details

    • buildService

      Construct the service. A non-null object that implements the service interface must be returned.
      Parameters:
      resources - used to lookup dependencies or access resources
      Returns:
      the core service implementation