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

org.enodeframework.messaging.MessagePublisher.kt Maven / Gradle / Ivy

package org.enodeframework.messaging

import org.enodeframework.queue.SendMessageResult
import java.util.concurrent.CompletableFuture

interface MessagePublisher {
    fun publishAsync(message: TMessage): CompletableFuture
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy