findServices

abstract fun <T : Publication.Service> findServices(serviceType: KClass<T>): List<T>

Returns all the publication services that are instances of serviceType.