Interface SessionIdFactory

All Known Implementing Classes:
TimeBasedSessionIdFactory

public interface SessionIdFactory
SessionIdFactory creates reasonable unique identifiers which are applicable to identify a session in the log files.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new identifier.
  • Method Details

    • create

      String create()
      Returns a new identifier.