クラス ReactiveSessionsEndpoint

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

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

    • 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 - インデックスされたセッションリポジトリ
  • メソッドの詳細