KVRoutingTable

class KVRoutingTable : RoutingTable<KVRoute> (source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addRoute(route: KVRoute)
Link copied to clipboard
Link copied to clipboard
open override fun findMatch(unmatchedDestination: UnmatchedDestination): Destination<KVRoute>
Link copied to clipboard
fun removeRoute(route: KVRoute)
Link copied to clipboard
fun removeRouteByHandler(handler: (Any) -> Unit)