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

com.netopyr.reduxfx.driver.CommandConsumer Maven / Gradle / Ivy

package com.netopyr.reduxfx.driver;

import com.netopyr.reduxfx.updater.Command;
import org.reactivestreams.Subscriber;

public interface CommandConsumer {

    Subscriber getCommandSubscriber();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy