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

brooklyn.entity.messaging.storm.StormDriver Maven / Gradle / Ivy

The newest version!
package brooklyn.entity.messaging.storm;

import brooklyn.entity.java.JavaSoftwareProcessDriver;

public interface StormDriver extends JavaSoftwareProcessDriver {

    String getJvmOptsLine();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy