GeneratorProtocolHandler
interface GeneratorProtocolHandler
A simple interface of the Prisma Generator JSON RPC protocol.
See here for more information.
Inheritors
Functions
Link copied to clipboard
Corresponds to the 'generate' JSON RPC method.
Link copied to clipboard
abstract fun getManifest(request: GeneratorRequest.GetManifestRequest): GeneratorResponse.GetManifestResponse
Corresponds to the 'getManifest' JSON RPC method.
Link copied to clipboard
Dispatches the provided request to one of the functions in this interface.