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

org.enodeframework.commanding.ProcessingCommandHandler.kt Maven / Gradle / Ivy

package org.enodeframework.commanding

import java.util.concurrent.CompletableFuture

interface ProcessingCommandHandler {
    /**
     * process given processing command.
     */
    fun handleAsync(processingCommand: ProcessingCommand): CompletableFuture
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy