RouteSelectorEvaluation

sealed class RouteSelectorEvaluation

A result of a route evaluation against a call.

Parameters

succeeded

indicates if a route matches the current RoutingResolveContext

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Failure(quality: Double, failureStatusCode: <ERROR CLASS>) : RouteSelectorEvaluation

A failed result of a route evaluation against a call.

Link copied to clipboard
data class Success(quality: Double, parameters: <ERROR CLASS>, segmentIncrement: Int) : RouteSelectorEvaluation

A success result of a route evaluation against a call.

Properties

Link copied to clipboard
val succeeded: Boolean

Inheritors

Link copied to clipboard
Link copied to clipboard