SchemaRegistryExtension

open class SchemaRegistryExtension @Inject constructor(factory: ObjectFactory)

The top-level DSL structure.

See also

Constructors

Link copied to clipboard
@Inject
fun SchemaRegistryExtension(factory: ObjectFactory)

Functions

Link copied to clipboard
fun compatibility(action: Action<CompatibilityHandler>)

Customize the artifact details which are needed for checking the local artifact compatibility with their remote counterparts in the schema registry. See CompatibilityHandler for more details.

Link copied to clipboard
fun config(action: Action<ConfigurationHandler>)

Customize the connection information for the schema registry. See ConfigurationHandler for more details.

Link copied to clipboard
fun download(action: Action<DownloadHandler>)

Customize the artifact details which are needed for downloading the remote artifacts. See DownloadHandler for more details.

Link copied to clipboard
fun register(action: Action<RegisterHandler>)

Customize the artifact details which are needed for registering the local artifacts to the schema registry. See RegisterHandler for more details.