org.yamcs.client.StreamReceiver Maven / Gradle / Ivy
package org.yamcs.client;
@FunctionalInterface
public interface StreamReceiver {
void accept(T message);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package org.yamcs.client;
@FunctionalInterface
public interface StreamReceiver {
void accept(T message);
}