GeneratorProtocolController

Constructors

Link copied to clipboard
constructor(scope: InjectionScope)

Functions

Link copied to clipboard
open override fun generate(request: GeneratorRequest.GenerateRequest)

Corresponds to the 'generate' JSON RPC method.

Link copied to clipboard

Corresponds to the 'getManifest' JSON RPC method.

Link copied to clipboard
open fun handle(request: GeneratorRequest<*>): GeneratorResponse<*>?

Dispatches the provided request to one of the functions in this interface.