toggle menu
ktor
3.0.3
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
jvm
switch theme
search in API
ktor-utils
/
io.ktor.util.reflect
/
loadServices
load
Services
jvm
inline
fun
<
T
:
Any
>
loadServices
(
)
:
List
<
T
>
Loads all implementations of the service
T
using
ServiceLoader.load
.
See also
load
Service
Or
Null
load
Services
As
Sequence