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

brooklyn.entity.basic.EntityFactoryForLocation Maven / Gradle / Ivy

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

import brooklyn.entity.Entity;
import brooklyn.location.Location;

/**
 * dispatch interface to allow an EntityFactory to indicate it might be able to discover
 * other factories for specific locations (e.g. if the location implements a custom entity-aware interface)
 */
public interface EntityFactoryForLocation {
    ConfigurableEntityFactory newFactoryForLocation(Location l);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy