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

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);
     Mono reply(T response, From from);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy