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

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

package org.enodeframework.commanding

import org.enodeframework.messaging.Message

/**
 * Represents a command.
 */
interface CommandMessage : Message {
    /**
     * Represents the associated aggregate root string id.
     */
    var aggregateRootId: String

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy