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

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

package org.enodeframework.queue

interface MessageHandler {
    /**
     * message queue handler
     */
    fun handle(queueMessage: QueueMessage, context: MessageContext)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy