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

yakworks.message.spi.MsgServiceProvider.kt Maven / Gradle / Ivy

package yakworks.message.spi

/**
 * Interface to implment for serviceLoader to find the message service
 */
interface MsgServiceProvider {

    fun get(): MsgService

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy