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

commonMain.space.kscience.dataforge.io.Responder.kt Maven / Gradle / Ivy

package space.kscience.dataforge.io

/**
 * An object that could respond to external messages asynchronously
 */
public interface Responder {
    /**
     * Send a request and wait for response for this specific request
     */
    public suspend fun respond(request: Envelope): Envelope
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy