JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.springframework.boot.actuate.session
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Classes and Interfaces
Package org.springframework.boot.actuate.session
package
org.springframework.boot.actuate.session
Actuator support for Spring Session.
Classes
Class
Description
ReactiveSessionsEndpoint
@Endpoint
to expose information about HTTP
Session
s on a reactive stack.
SessionsDescriptor
Description of user's
sessions
.
SessionsDescriptor.SessionDescriptor
A description of user's
session
exposed by
sessions
endpoint.
SessionsEndpoint
@Endpoint
to expose information about HTTP
Session
s on a Servlet stack.