クラス AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker

java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
実装されたすべてのインターフェース:
OperationInvoker
含まれているクラス:
AbstractWebFluxEndpointHandlerMapping

protected static final class AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker extends ObjectSE implements OperationInvoker
Reactor の bounded elastic scheduler を使用して、別のスレッドでブロッキング操作の呼び出しを実行する OperationInvoker
  • コンストラクターの詳細

    • ElasticSchedulerInvoker

      public ElasticSchedulerInvoker(OperationInvoker invoker)
  • メソッドの詳細

    • invoke

      public ObjectSE invoke(InvocationContext context)
      インターフェースからコピーされた説明: OperationInvoker
      指定された context を使用して、基本となる操作を呼び出します。
      次で指定:
      インターフェース OperationInvokerinvoke 
      パラメーター:
      context - 操作を呼び出すために使用するコンテキスト
      戻り値:
      操作の結果。null の場合があります