lpfcp

fun Route.lpfcp(processor: Any, path: String = "/lpfcp", exceptionDetailsConfiguration: WrappedException.DetailsConfiguration = WrappedException.DetailsConfiguration.INCLUDE_ALL)

Ktor route to handle LPFCP requests.

Parameters

processor

The object containing the functions to be invoked with ExposedFunction annotation.

path

The path for the LPFCP endpoint (default is "/lpfcp").

exceptionDetailsConfiguration

The configuration for the exception details to be included in the response (default is WrappedException.DetailsConfiguration.INCLUDE_ALL).