クラス ReactiveSessionsEndpoint
java.lang.ObjectSE
org.springframework.boot.session.actuate.endpoint.ReactiveSessionsEndpoint
コンストラクターの概要
コンストラクターコンストラクター説明ReactiveSessionsEndpoint(org.springframework.session.ReactiveSessionRepository<? extends org.springframework.session.Session> sessionRepository, @Nullable org.springframework.session.ReactiveFindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository) 新しいReactiveSessionsEndpointインスタンスを作成します。メソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE> deleteSession(StringSE sessionId) reactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor> getSession(StringSE sessionId) reactor.core.publisher.Mono<SessionsDescriptor> sessionsForUsername(StringSE username)
コンストラクターの詳細
ReactiveSessionsEndpoint
public ReactiveSessionsEndpoint(org.springframework.session.ReactiveSessionRepository<? extends org.springframework.session.Session> sessionRepository, @Nullable org.springframework.session.ReactiveFindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository) 新しいReactiveSessionsEndpointインスタンスを作成します。- パラメーター:
sessionRepository- セッションリポジトリindexedSessionRepository- インデックスされたセッションリポジトリ
メソッドの詳細
sessionsForUsername
@ReadOperation public reactor.core.publisher.Mono<SessionsDescriptor> sessionsForUsername(StringSE username) getSession
@ReadOperation public reactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor> getSession(@Selector StringSE sessionId) deleteSession
@DeleteOperation public reactor.core.publisher.Mono<VoidSE> deleteSession(@Selector StringSE sessionId)