Package-level declarations

Types

Link copied to clipboard
data class RoutePostSelectEvent(val context: RoutingContext, val selectedBackendId: String, val reason: RouteSelectionReason) : Event
Link copied to clipboard
data class RoutePreSelectEvent(val context: RoutingContext, val decision: RoutingDecision) : Event