yakworks.message.spi.MsgServiceProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-messages Show documentation
Show all versions of api-messages Show documentation
Models and SPI for message service, api results and problems.
package yakworks.message.spi
/**
* Interface to implment for serviceLoader to find the message service
*/
interface MsgServiceProvider {
fun get(): MsgService
}