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

org.reactivecommons.async.api.handlers.QueryHandlerDelegate Maven / Gradle / Ivy

The newest version!
package org.reactivecommons.async.api.handlers;

import org.reactivecommons.async.api.From;
import reactor.core.publisher.Mono;

public interface QueryHandlerDelegate {
    Mono handle(From from, M message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy