com.trendyol.kediatr.PublishStrategy.kt Maven / Gradle / Ivy
package com.trendyol.kediatr
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers
interface PublishStrategy {
suspend fun publish(
notification: T,
notificationHandlers: Collection>,
dispatcher: CoroutineDispatcher = Dispatchers.IO
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy