Interface QueriableLogSessionProvider

All Known Implementing Classes:
QueriableLogSessionProviderImpl

public interface QueriableLogSessionProvider
Author:
Elias Ricken de Medeiros, Matthieu Chaffotte, Celine Souchet
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the cluster node when the engine is running in a cluster.
    Get the logged user
  • Method Details

    • getUserId

      String getUserId()
      Get the logged user
      Returns:
      the logged user
    • getClusterNode

      String getClusterNode()
      Get the cluster node when the engine is running in a cluster.
      Returns:
      the cluster node