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

brooklyn.entity.rebind.Rebindable Maven / Gradle / Ivy

package brooklyn.entity.rebind;

import brooklyn.mementos.Memento;

/**
 * Indicates that this can be recreated, e.g. after a brooklyn restart, and by
 * using a {@link Memento} it can repopulate the brooklyn objects. The purpose
 * of the rebind is to reconstruct and reconnect the brooklyn objects, including
 * binding them to external resources.
 */
public interface Rebindable {

    public RebindSupport getRebindSupport();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy