Schnittstelle AlivenessRequestable
- Alle bekannten Unterschnittstellen:
IComponent, IRefreshableSubscriber, ITriggerableSubscriber
- Alle bekannten Implementierungsklassen:
AbstractSession, AbstractWebClientSession, Component, ComponentWithAdapterFactory, TestSession, UnderConstructionPageSession, WebClientSession
public interface AlivenessRequestable
A
AlivenessRequestable can be asked if it is alive or outdated.- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isAlive
boolean isAlive()- Gibt zurück:
- true if the current
AlivenessRequestableis alive, false otherwise.
-
isOutdated
default boolean isOutdated()- Gibt zurück:
- true if the current
AlivenessRequestableis outdated, false otherwise.
-