WorkerBlock

abstract class WorkerBlock @Inject constructor(project: Project)(source)

A sub-block for defining all properties relevant to a Kobweb worker.

Constructors

Link copied to clipboard
@Inject
constructor(project: Project)

Properties

Link copied to clipboard
abstract val fqcn: Property<String>

Set the fully qualified class name of the worker class to generate.

Link copied to clipboard
abstract val name: Property<String>

The development name you'd like to use to represent this project.