Class ReactiveSessionsEndpoint

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

@Endpoint(id="sessions") public class ReactiveSessionsEndpoint extends Object
@Endpoint to expose information about HTTP Sessions on a reactive stack.
Since:
3.3.0
Author:
Vedran Pavic, Moritz Halbritter
  • Constructor Details

    • ReactiveSessionsEndpoint

      public ReactiveSessionsEndpoint(org.springframework.session.ReactiveSessionRepository<? extends org.springframework.session.Session> sessionRepository, org.springframework.session.ReactiveFindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository)
      Create a new ReactiveSessionsEndpoint instance.
      Parameters:
      sessionRepository - the session repository
      indexedSessionRepository - the indexed session repository
  • Method Details