インターフェースの使用
org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
OperationInvokerAdvisor を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイントのアノテーションサポート。
アクチュエーターエンドポイントのキャッシュサポート。
アクチュエーター JMX エンドポイントのアノテーションサポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
Cloud Foundry エンドポイントの自動構成。
org.springframework.boot.actuate.endpoint.annotation 内の OperationInvokerAdvisor 使用
型の型引数を持つ org.springframework.boot.actuate.endpoint.annotation のコンストラクターパラメーター OperationInvokerAdvisor修飾子コンストラクター説明EndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<E>> endpointFilters, CollectionSE<OperationFilter<O>> operationFilters) 新しいEndpointDiscovererインスタンスを作成します。org.springframework.boot.actuate.endpoint.invoker.cache 内の OperationInvokerAdvisor 使用
org.springframework.boot.actuate.endpoint.jmx.annotation 内の OperationInvokerAdvisor 使用
型の型引数を持つ org.springframework.boot.actuate.endpoint.jmx.annotation のコンストラクターパラメーター OperationInvokerAdvisor修飾子コンストラクター説明JmxEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<ExposableJmxEndpoint>> endpointFilters, CollectionSE<OperationFilter<JmxOperation>> operationFilters) 新しいJmxEndpointDiscovererインスタンスを作成します。org.springframework.boot.actuate.endpoint.web.annotation 内の OperationInvokerAdvisor 使用
型の型引数を持つ org.springframework.boot.actuate.endpoint.web.annotation のコンストラクターパラメーター OperationInvokerAdvisor修飾子コンストラクター説明WebEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, @Nullable ListSE<PathMapper> endpointPathMappers, @Nullable ListSE<AdditionalPathsMapper> additionalPathsMappers, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<ExposableWebEndpoint>> endpointFilters, CollectionSE<OperationFilter<WebOperation>> operationFilters) 新しいWebEndpointDiscovererインスタンスを作成します。org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint 内の OperationInvokerAdvisor 使用
型の型引数を持つ org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint のコンストラクターパラメーター OperationInvokerAdvisor修飾子コンストラクター説明CloudFoundryWebEndpointDiscoverer(ApplicationContext applicationContext, ParameterValueMapper parameterValueMapper, EndpointMediaTypes endpointMediaTypes, @Nullable ListSE<PathMapper> endpointPathMappers, CollectionSE<OperationInvokerAdvisor> invokerAdvisors, CollectionSE<EndpointFilter<ExposableWebEndpoint>> endpointFilters, CollectionSE<OperationFilter<WebOperation>> operationFilters) 新しいWebEndpointDiscovererインスタンスを作成します。