All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.enodeframework.queue.SendMessageService.kt Maven / Gradle / Ivy

package org.enodeframework.queue

import java.util.concurrent.CompletableFuture

interface SendMessageService {
    fun sendMessageAsync(queueMessage: QueueMessage): CompletableFuture
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy