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

brooklyn.entity.effector.EffectorWithBody Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.entity.effector;

import brooklyn.entity.Effector;
import brooklyn.entity.effector.EffectorTasks.EffectorTaskFactory;

import com.google.common.annotations.Beta;

@Beta // added in 0.6.0
public interface EffectorWithBody extends Effector {

    /** returns the body of the effector, i.e. a factory which can generate tasks which can run */
    public EffectorTaskFactory getBody();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy