Interface SystemInformation

All Known Implementing Classes:
SystemInformationImpl

public interface SystemInformation
Author:
Filip Hrisafov
  • Method Details

    • getNodeName

      String getNodeName()
      The name of the node that provided this information
    • getTimestamp

      Instant getTimestamp()
      The timestamp when this information was provided.
    • getDetails

      Map<String,Object> getDetails()