com.opencredo.concourse.domain.commands.channels.CommandOutChannel Maven / Gradle / Ivy
package com.opencredo.concourse.domain.commands.channels;
import com.opencredo.concourse.domain.commands.Command;
import java.util.Optional;
import java.util.concurrent.CompletableFuture;
import java.util.function.Function;
/**
* Channel through which commands are sent out of the system, e.g. to a CommandBus.
*/
public interface CommandOutChannel extends Function>> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy