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

org.yamcs.client.StreamSender Maven / Gradle / Ivy

There is a newer version: 5.10.8
Show newest version
package org.yamcs.client;

import java.util.concurrent.CompletableFuture;

public interface StreamSender {

    void send(ItemT message);

    CompletableFuture complete();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy