Package-level declarations

Types

Link copied to clipboard
open class DelayedMessagingService(val exchange: String, val host: String, val username: String, val password: String, val handleMessagingUseCase: IHandleMessagingUseCase, val keys: List<<Error class: unknown class>>, val json: <Error class: unknown class>? = null, val listen: Boolean = true, val persistent: Boolean = false, val quorum: Boolean = false, val dead: Boolean = false, val maxXDeathCount: Int = 1, val coroutineScope: <Error class: unknown class> = CoroutineScope(Dispatchers.IO)) : MessagingService
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class MessagingService(val exchange: String, val host: String, val username: String, val password: String, val handleMessagingUseCase: IHandleMessagingUseCase, val keys: List<<Error class: unknown class>>, val json: <Error class: unknown class>? = null, val listen: Boolean = true, val persistent: Boolean = false, val quorum: Boolean = false, val dead: Boolean = false, val maxXDeathCount: Int = 1, val coroutineScope: <Error class: unknown class> = CoroutineScope(Dispatchers.IO)) : IMessagingService