Uses of Interface
de.iip_ecosphere.platform.support.aas.basyx2.common.Tools.ClientSupplier
-
Uses of Tools.ClientSupplier in de.iip_ecosphere.platform.support.aas.basyx2.common
Methods in de.iip_ecosphere.platform.support.aas.basyx2.common with parameters of type Tools.ClientSupplierModifier and TypeMethodDescriptionstatic <A,C> A Tools.createApi(de.iip_ecosphere.platform.support.aas.SetupSpec.ComponentSetup setup, String uri, Tools.ClientSupplier<C> clientSupplier, Tools.HttpClientBuilderConsumer<C> builderConsumer, Tools.UriConsumer<C> uriConsumer, Tools.ApiProvider<A, C> apiProvider) Creates an API instance.static <A,C> A Tools.getApi(de.iip_ecosphere.platform.support.aas.SetupSpec.ComponentSetup setup, String uri, Tools.ClientSupplier<C> client, Tools.HttpClientBuilderConsumer<C> builderConsumer, Tools.UriConsumer<C> uriConsumer, Tools.ApiProvider<A, C> apiProvider, Class<A> cls) Fetches an API instance from cache or creates it instance.