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

brooklyn.management.SubscriptionHandle Maven / Gradle / Ivy

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

/**
 * A "receipt" returned by {@link SubscriptionContext} and {@link SubscriptionManager}'s {@code subscribe()} 
 * methods. It can be used to unsubscribe - see {@link SubscriptionContext#unsubscribe(SubscriptionHandle)} 
 * and {@link SubscriptionManager#unsubscribe(SubscriptionHandle)}.
 */
public interface SubscriptionHandle {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy