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

org.yamcs.artemis.ArtemisTmService Maven / Gradle / Ivy

There is a newer version: 4.10.9
Show newest version
package org.yamcs.artemis;

import java.util.List;
import org.yamcs.ConfigurationException;

/**
 * takes TM data from yamcs streams and publishes it to ActiveMQ Artemis address (reverse of {@link org.yamcs.tctm.ArtemisTmDataLink})
 *
 */
public class ArtemisTmService extends AbstractArtemisTranslatorService {
    public ArtemisTmService(String instance, List streamNames) throws ConfigurationException {
        super(instance, streamNames, new TmTupleTranslator());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy