Uses of Class
io.simplesource.api.CommandId
-
Packages that use CommandId Package Description io.simplesource.api -
-
Uses of CommandId in io.simplesource.api
Methods in io.simplesource.api that return CommandId Modifier and Type Method Description static CommandIdCommandId. random()Methods in io.simplesource.api that return types with arguments of type CommandId Modifier and Type Method Description io.simplesource.data.FutureResult<CommandError,CommandId>CommandAPI. publishCommand(CommandAPI.Request<K,C> request)Submit the given command ready for processing.Methods in io.simplesource.api with parameters of type CommandId Modifier and Type Method Description io.simplesource.data.FutureResult<CommandError,io.simplesource.data.Sequence>CommandAPI. queryCommandResult(CommandId commandId, java.time.Duration timeout)Get the result of the execution of the command identified by the provided UUID.
-