PluginEndpointDefinition

constructor(endpointId: String, method: HttpMethod, path: String, requestType: KType?, responseType: KType, doc: OpenApiDoc = OpenApiDoc(), executionPolicy: EndpointExecutionPolicy = EndpointExecutionPolicy(), handler: suspend PluginRequestContext.(Req?) -> PluginResult<Res>)(source)