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

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

package org.enodeframework.commanding

import org.enodeframework.infrastructure.MethodInvocation
import org.enodeframework.infrastructure.ObjectProxy

interface CommandHandlerProxy : ObjectProxy, MethodInvocation {
    /**
     * Handle the given application command async. deal with aggregate in memory
     */
    suspend fun handleAsync(context: CommandContext, command: CommandMessage)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy