blob: 044007dc157e440ab4576320f364f0b10a7996f2 [file] [log] [blame]
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 {
}