@Beta public interface Feed extends EntityAdjunct, Rebindable
BrooklynObject.TagSupport| Modifier and Type | Method and Description | 
|---|---|
| RebindSupport<FeedMemento> | getRebindSupport()Users are strongly discouraged from calling or overriding this method. | 
| boolean | isActivated()True if everything has been _started_ (or it is starting) but not stopped,
 even if it is suspended; see also  isActive() | 
| boolean | isActive() | 
| boolean | isSuspended() | 
| void | resume()resumes this feed if it has been suspended and not stopped | 
| void | start() | 
| void | stop() | 
| void | suspend()suspends this feed (stops the poller, or indicates that the feed should start in a state where the poller is stopped) | 
getId, getName, getUniqueTag, isDestroyed, isRunninggetCatalogItemId, getDisplayName, getTagSupport, tagsboolean isActivated()
isActive()boolean isActive()
void start()
void suspend()
boolean isSuspended()
void resume()
void stop()
@Beta RebindSupport<FeedMemento> getRebindSupport()
getRebindSupport in interface Rebindable