commonMain.raven.Service.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven-core-jvm Show documentation
Show all versions of raven-core-jvm Show documentation
An abstraction form sending emails
package raven
import koncurrent.Later
interface Service {
fun send(params: P): Later
}