DefaultCommandStream
data class DefaultCommandStream(val domainEventId: String, commands: List<CommandMessage<*>>) : CommandStream, Iterable<CommandMessage<*>>
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Iterable<Annotation>.mergeAnnotations(scanned: MutableList<Annotation> = mutableListOf()): List<Annotation>
Link copied to clipboard
Link copied to clipboard