Interface Template<T>

Type Parameters:
T - Service or AbstractService or Resource.

public interface Template<T>
Called to setup a service/resource. It is called at the very beginning of resource configuration (ie before provider are resolved) so the resource can be fully configured.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(T resource)
     
  • Method Details

    • configure

      void configure(T resource)