companion object Feature : ApplicationFeature<Application, Routing, Routing>
Installable feature for Routing
val RoutingCallFinished: EventDefinition<RoutingApplicationCall>
Event definition for when a routing-based call processing finished |
|
val RoutingCallStarted: EventDefinition<RoutingApplicationCall>
Event definition for when a routing-based call processing starts |
|
val key: AttributeKey<Routing>
Unique key that identifies a feature |
fun install(pipeline: Application, configure: Routing.() -> Unit): Routing
Feature installation script |