addInterfaceImplementation

fun addInterfaceImplementation(interfaceUri: String, implementationUri: String): BaseConfigBuilder

Adds an interface implementation with the specified interface and implementation URIs.

Return

This BaseConfigBuilder instance for chaining calls.

Parameters

interfaceUri

The URI of the interface to associate with the implementation.

implementationUri

The URI of the implementation.