Interface SessionIdGenerator

All Known Implementing Classes:
UuidSessionIdGenerator

public interface SessionIdGenerator
An interface for specifying a strategy for generating session identifiers.
Since:
3.2
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • generate

      @NonNull String generate()