Success

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

A success result of a route evaluation against a call.

Parameters

quality

indicates a quality of this route as compared to other sibling routes

parameters

is an instance of Parameters with parameters filled by RouteSelector

segmentIncrement

is a value indicating how many path segments has been consumed by a selector

Constructors

Link copied to clipboard
fun Success(quality: Double, parameters: <ERROR CLASS> = Parameters.Empty, segmentIncrement: Int = 0)

Properties

Link copied to clipboard
val parameters: <ERROR CLASS>
Link copied to clipboard
val quality: Double
Link copied to clipboard
val segmentIncrement: Int = 0
Link copied to clipboard
val succeeded: Boolean