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 Detail

      • configure

        void configure​(T resource)