Class SessionsEndpoint

java.lang.Object
org.springframework.boot.actuate.session.SessionsEndpoint

@Endpoint(id="sessions") public class SessionsEndpoint extends Object
@Endpoint to expose information about HTTP Sessions on a Servlet stack.
Since:
2.0.0
Author:
Vedran Pavic
  • Constructor Details

    • SessionsEndpoint

      public SessionsEndpoint(org.springframework.session.SessionRepository<? extends org.springframework.session.Session> sessionRepository, org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository)
      Create a new SessionsEndpoint instance.
      Parameters:
      sessionRepository - the session repository
      indexedSessionRepository - the indexed session repository
      Since:
      3.3.0
  • Method Details