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

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

The newest version!
package org.yamcs.client;

import org.yamcs.api.MethodHandler;
import org.yamcs.client.base.AbstractSubscription;
import org.yamcs.protobuf.Commanding.CommandQueueEvent;
import org.yamcs.protobuf.SubscribeQueueEventsRequest;

public class QueueEventSubscription extends AbstractSubscription {

    protected QueueEventSubscription(MethodHandler methodHandler) {
        super(methodHandler, "queue-events", CommandQueueEvent.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy