类 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.
从以下版本开始:
2.0.0
作者:
Vedran Pavic
  • 构造器详细资料

    • 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.
      参数:
      sessionRepository - the session repository
      indexedSessionRepository - the indexed session repository
      从以下版本开始:
      3.3.0
  • 方法详细资料