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

com.opencredo.concursus.domain.commands.dispatching.CommandExecutor Maven / Gradle / Ivy

The newest version!
package com.opencredo.concursus.domain.commands.dispatching;

import com.opencredo.concursus.domain.commands.Command;
import com.opencredo.concursus.domain.commands.CommandResult;

import java.util.concurrent.CompletableFuture;
import java.util.function.BiConsumer;

/**
 * Takes a {@link Command} and a {@link CompletableFuture}, executes the command and completes the future with the
 * result.
 */
@FunctionalInterface
public interface CommandExecutor extends BiConsumer> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy