Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.springframework.boot.session.actuate.endpoint
Contents
Description
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.springframework.boot.session.actuate.endpoint
@NullMarked
package
org.springframework.boot.session.actuate.endpoint
Actuator endpoint 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.