GenerateBIScriptHandlerFunctionFactory

class GenerateBIScriptHandlerFunctionFactory(kafkaBootstrapServers: String = ScriptTemplateEngine.DEFAULT_KAFKA_BOOTSTRAP_SERVERS, topicPrefix: String = ScriptTemplateEngine.DEFAULT_TOPIC_PREFIX) : RouteHandlerFunctionFactory<GenerateBIScriptRouteSpec>

Constructors

Link copied to clipboard
constructor(kafkaBootstrapServers: String = ScriptTemplateEngine.DEFAULT_KAFKA_BOOTSTRAP_SERVERS, topicPrefix: String = ScriptTemplateEngine.DEFAULT_TOPIC_PREFIX)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(spec: GenerateBIScriptRouteSpec): HandlerFunction<ServerResponse>