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

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

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


import org.yamcs.api.MethodHandler;
import org.yamcs.client.base.AbstractSubscription;
import org.yamcs.protobuf.ContainerData;
import org.yamcs.protobuf.SubscribeContainersRequest;

public class ContainerSubscription extends AbstractSubscription {
    protected ContainerSubscription(MethodHandler methodHandler) {
        super(methodHandler, "containers", ContainerData.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy