ktor-utils
Toggle table of contents
3.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util.reflect
/
loadServices
load
Services
jvm
inline
fun
<
T
:
Any
>
loadServices
(
)
:
List
<
T
>
(
source
)
Loads all implementations of the service
T
using
ServiceLoader.load
.
Report a problem
See also
load
Service
Or
Null
load
Services
As
Sequence