アノテーションインターフェースの使用
org.springframework.boot.actuate.endpoint.annotation.Selector
Selector を使用するパッケージ
パッケージ
説明
外部構成プロパティに関連するアクチュエーターのサポート。
Spring Framework の
Environment のアクチュエーターサポート。 ロギングのアクチュエーターサポート。
キャッシュのアクチュエーターエンドポイント。
Cloud Foundry WebFlux エンドポイントの自動構成。
Cloud Foundry サーブレットエンドポイントの自動構成。
ヘルスのアクチュエーターエンドポイント。
メトリクスのアクチュエーターエンドポイント。
Quartz スケジューラのアクチュエーターエンドポイント。
Spring Session のアクチュエーターエンドポイント。
org.springframework.boot.actuate.context.properties 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.context.properties のメソッドパラメーター修飾子と型メソッド説明ConfigurationPropertiesReportEndpoint.configurationPropertiesWithPrefix(StringSE prefix) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix(SecurityContext securityContext, StringSE prefix) org.springframework.boot.actuate.env 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.env のメソッドパラメーター修飾子と型メソッド説明EnvironmentEndpoint.environmentEntry(StringSE toMatch) EnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, StringSE toMatch) org.springframework.boot.actuate.logging 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.logging のメソッドパラメーター修飾子と型メソッド説明voidLoggersEndpoint.configureLogLevel(StringSE name, @Nullable LogLevel configuredLevel) @Nullable LoggersEndpoint.LoggerLevelsDescriptorLoggersEndpoint.loggerLevels(StringSE name) org.springframework.boot.cache.actuate.endpoint 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.cache.actuate.endpoint のメソッドパラメーター修飾子と型メソッド説明@Nullable CachesEndpoint.CacheEntryDescriptor指定されたキャッシュのCachesEndpoint.CacheDescriptorを返します。booleanCachesEndpoint.clearCache(StringSE cache, @Nullable StringSE cacheManager) 特定のCacheをクリアします。CachesEndpointWebExtension.clearCache(StringSE cache, @Nullable StringSE cacheManager) org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet のメソッドパラメーター修飾子と型メソッド説明CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.health.actuate.endpoint 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.health.actuate.endpoint のメソッドパラメーター修飾子と型メソッド説明HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) @Nullable HealthDescriptorHealthEndpoint.healthForPath(StringSE... path) org.springframework.boot.micrometer.metrics.actuate.endpoint 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.micrometer.metrics.actuate.endpoint のメソッドパラメーターorg.springframework.boot.quartz.actuate.endpoint 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.quartz.actuate.endpoint のメソッドパラメーター修飾子と型メソッド説明QuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, StringSE jobsOrTriggers, StringSE group, StringSE name) QuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, StringSE jobsOrTriggers, StringSE group, StringSE name) QuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, StringSE jobsOrTriggers, StringSE group, StringSE name) QuartzEndpointWebExtension.quartzJobOrTriggerGroup(StringSE jobsOrTriggers, StringSE group) QuartzEndpointWebExtension.quartzJobOrTriggerGroup(StringSE jobsOrTriggers, StringSE group) QuartzEndpointWebExtension.quartzJobOrTriggerGroups(StringSE jobsOrTriggers) QuartzEndpointWebExtension.triggerQuartzJob(StringSE jobs, StringSE group, StringSE name, StringSE state) Quartz ジョブをトリガーします。QuartzEndpointWebExtension.triggerQuartzJob(StringSE jobs, StringSE group, StringSE name, StringSE state) Quartz ジョブをトリガーします。QuartzEndpointWebExtension.triggerQuartzJob(StringSE jobs, StringSE group, StringSE name, StringSE state) Quartz ジョブをトリガーします。org.springframework.boot.session.actuate.endpoint 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.session.actuate.endpoint のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE> ReactiveSessionsEndpoint.deleteSession(StringSE sessionId) voidSessionsEndpoint.deleteSession(StringSE sessionId) reactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor> ReactiveSessionsEndpoint.getSession(StringSE sessionId) @Nullable SessionsDescriptor.SessionDescriptorSessionsEndpoint.getSession(StringSE sessionId)