Interface ClientApiFactory<T>

    • Method Detail

      • getApi

        T getApi​(java.lang.Class<T> clazz)
      • setDescription

        void setDescription​(java.lang.String description)
      • setFactoryParameters

        void setFactoryParameters​(java.util.Map<java.lang.String,​java.lang.String> params)
        Used to supply arbitrary parameters to the factory. The source of these parameters is the AieServiceInfo#getCustomFactoryParams()