brooklyn.management.SubscriptionHandle Maven / Gradle / Ivy
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