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

org.enodeframework.queue.domainevent.DomainEventHandledMessage.kt Maven / Gradle / Ivy

package org.enodeframework.queue.domainevent

import java.io.Serializable

/**
 * @author [email protected]
 */
class DomainEventHandledMessage : Serializable {
    var commandId: String = ""
    var aggregateRootId: String = ""
    var commandResult: String = ""
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy