com.katanox.tabour.configuration.Registry.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
A Kotlin library to consume and produce SQS messages
package com.katanox.tabour.configuration
interface Registry {
suspend fun startConsumption()
suspend fun stopConsumption()
val key: K
}