
com.opencredo.concursus.domain.commands.channels.CommandOutChannel Maven / Gradle / Ivy
The newest version!
package com.opencredo.concursus.domain.commands.channels;
import com.opencredo.concursus.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
* {@link com.opencredo.concursus.domain.commands.dispatching.CommandBus} for execution.
*/
public interface CommandOutChannel extends Function>> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy