Interface SessionAttributes

All Superinterfaces:
AutoCloseable, ImmutableSessionAttributes, SessionAttributes
All Known Implementing Classes:
CoarseSessionAttributes, FineSessionAttributes

public interface SessionAttributes extends SessionAttributes, AutoCloseable
Author:
Paul Ferraro
  • Method Details

    • close

      void close()
      Signals the end of the transient lifecycle of this session, typically triggered at the end of a given request.
      Specified by:
      close in interface AutoCloseable