org.enodeframework.queue.command.CommandTaskCompletionSource.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.queue.command
import org.enodeframework.commanding.CommandResult
import org.enodeframework.commanding.CommandReturnType
import java.util.concurrent.CompletableFuture
class CommandTaskCompletionSource(var aggregateRootId: String, var commandReturnType: CommandReturnType, var taskCompletionSource: CompletableFuture)