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

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

The 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