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

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

package com.opencredo.concourse.domain.commands.dispatching;

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

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

public interface CommandExecutor extends BiConsumer> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy