クラス ReactiveSessionsEndpoint

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

@Endpoint(id="sessions") public class ReactiveSessionsEndpoint extends ObjectSE
@Endpoint は、リアクティブスタック上の HTTP Session に関する情報を公開します。
導入:
3.3.0
作成者:
Vedran Pavic, Moritz Halbritter
  • コンストラクターの詳細

    • ReactiveSessionsEndpoint

      public ReactiveSessionsEndpoint(org.springframework.session.ReactiveSessionRepository<? extends org.springframework.session.Session> sessionRepository, org.springframework.session.ReactiveFindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository)
      新しい ReactiveSessionsEndpoint インスタンスを作成します。
      パラメーター:
      sessionRepository - セッションリポジトリ
      indexedSessionRepository - インデックスされたセッションリポジトリ
  • メソッドの詳細