Searched refs:allServices (Results 1 – 3 of 3) sorted by relevance
193 val services = ServiceLocator.allServices("inbound-link-resolver").associateBy { it.name } in <lambda>()196 .allServices("format")
64 fun allServices(category: String): List<ServiceDescriptor> { in <lambda>() method
63 ServiceLocator.allServices(category).forEach { in registerCategory()