Interface AlivenessRequestable
- All Known Subinterfaces:
IComponent, IRefreshableSubscriber, ITriggerableSubscriber
- All Known Implementing Classes:
AbstractSession, AbstractWebClientSession, Component, ComponentWithAdapterFactory, TestSession, UnderConstructionPageSession, WebClientSession
public interface AlivenessRequestable
A
AlivenessRequestable can be asked if it is alive or outdated.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isAlive
boolean isAlive()- Returns:
- true if the current
AlivenessRequestableis alive, false otherwise.
-
isOutdated
default boolean isOutdated()- Returns:
- true if the current
AlivenessRequestableis outdated, false otherwise.
-