GenerateBIScriptHandlerFunction

class GenerateBIScriptHandlerFunction(options: BiScriptOptions, deploymentInspector: BiDeploymentInspector, exceptionHandler: RequestExceptionHandler, generationScheduler: Scheduler = BI_SCRIPT_GENERATION_SCHEDULER) : HandlerFunction<ServerResponse>

Constructors

Link copied to clipboard
constructor(options: BiScriptOptions, deploymentInspector: BiDeploymentInspector, exceptionHandler: RequestExceptionHandler, generationScheduler: Scheduler = BI_SCRIPT_GENERATION_SCHEDULER)

Functions

Link copied to clipboard
open override fun handle(request: ServerRequest): Mono<ServerResponse>