Interface ComponentConfigurer<T>

    • Method Detail

      • build

        T build​(ClientContext clientContext)
        Called internally by the SDK to create an implementation instance. Applications should not need to call this method.
        Parameters:
        clientContext - provides configuration properties and other components from the current SDK client instance
        Returns:
        a instance of the component type