org.enodeframework.eventing.EventCommittingContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enode Show documentation
Show all versions of enode Show documentation
The enodeframework core implementation.
package org.enodeframework.eventing
import org.enodeframework.commanding.ProcessingCommand
/**
* @author [email protected]
*/
class EventCommittingContext(val eventStream: DomainEventStream, val processingCommand: ProcessingCommand) {
lateinit var mailBox: EventCommittingContextMailBox
}