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

org.enodeframework.eventing.EventCommittingContext.kt Maven / Gradle / Ivy

package org.enodeframework.eventing

import org.enodeframework.commanding.ProcessingCommand

/**
 * @author [email protected]
 */
class EventCommittingContext(val eventStream: DomainEventStream, val processingCommand: ProcessingCommand) {
    lateinit var mailBox: EventCommittingContextMailBox
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy