@Beta public interface Feed extends EntityAdjunct, Rebindable
BrooklynObject.TagSupport
Configurable.ConfigurationSupport
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()
Deprecated.
since 0.7.0 use
EntityAdjunct.isRunning() |
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, isRunning
getCatalogItemId, getDisplayName, getTagSupport, tags
config, setConfig
boolean isActivated()
isActive()
@Deprecated boolean isActive()
EntityAdjunct.isRunning()
isActivated()
, but including other items like poll jobs not cancelled)void start()
void suspend()
boolean isSuspended()
void resume()
void stop()
@Beta RebindSupport<FeedMemento> getRebindSupport()
getRebindSupport
in interface Rebindable