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

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isAlive

      boolean isAlive()
      Returns:
      true if the current AlivenessRequestable is alive, false otherwise.
    • isOutdated

      default boolean isOutdated()
      Returns:
      true if the current AlivenessRequestable is outdated, false otherwise.