
org.reactivecommons.async.api.DirectAsyncGateway Maven / Gradle / Ivy
package org.reactivecommons.async.api;
import org.reactivecommons.api.domain.Command;
import reactor.core.publisher.Mono;
public interface DirectAsyncGateway {
Mono sendCommand(Command command, String targetName);
Mono requestReply(AsyncQuery query, String targetName, Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy