All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.mamoe.mirai.api.http.spi.adapter.MahAdapterServiceFactory.kt Maven / Gradle / Ivy

The newest version!
package net.mamoe.mirai.api.http.spi.adapter

import net.mamoe.mirai.api.http.adapter.MahAdapter

interface MahAdapterServiceFactory {

    fun getAdapterName(): String

    fun getAdapterClass(): Class
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy