TenantModule

interface TenantModule(source)

Marker interface for a Viaduct tenant module.

Each tenant module that contributes resolvers to the Viaduct schema implements this interface (typically via the generated bootstrapper). Framework code uses it to discover and load modules at startup. Application developers do not implement this directly.

Properties

Link copied to clipboard
abstract val metadata: Map<String, String>

Metadata to be associated with this module.

Link copied to clipboard

The package name for the module