public class DebugAgentEnvironmentPostProcessor extends ObjectSE implements EnvironmentPostProcessor, org.springframework.core.Ordered
EnvironmentPostProcessor(使用可能な場合は Reactor デバッグエージェントを有効にします)"spring.reactor.debug-agent.enabled" 構成プロパティが false に設定されていない限り、デバッグエージェントはデフォルトで有効になっています。ここでは、自動構成クラスの代わりに EnvironmentPostProcessor を使用して、起動プロセス中にできるだけ早くエージェントを有効にします。
| コンストラクターと説明 |
|---|
DebugAgentEnvironmentPostProcessor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
int | getOrder() |
void | postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) 指定された environment を後処理します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
SpringApplication application)EnvironmentPostProcessorenvironment を後処理します。EnvironmentPostProcessor 内の postProcessEnvironment environment - 後処理する環境 application - 環境が属するアプリケーション public int getOrder()
org.springframework.core.Ordered 内の getOrder Copyright © 2019 Pivotal Software, Inc.. All rights reserved.