brooklyn.entity.effector.EffectorWithBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-core Show documentation
Show all versions of brooklyn-core Show documentation
Entity implementation classes, events, and other core elements
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