アノテーションインターフェースの使用
org.springframework.boot.actuate.endpoint.annotation.Selector
Selector を使用するパッケージ
パッケージ
説明
WebFlux の使用に関するアクチュエーター Cloud Foundry の自動構成。
Spring MVC を使用したアクチュエーター Cloud Foundry に関する自動構成。
キャッシュのアクチュエーターサポート。
外部構成プロパティに関連するアクチュエーターのサポート。
Spring Framework の
Environment のアクチュエーターサポート。 アクチュエーターヘルスインジケータとエンドポイント。
ロギングのアクチュエーターサポート。
コアアクチュエーターによるメトリクスのサポート。
Quartz スケジューラーのアクチュエーターサポート。
Spring Session のアクチュエーターサポート。
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のメソッドパラメーター修飾子と型メソッド説明CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, StringSE... path) org.springframework.boot.actuate.cache 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.cache のメソッドパラメーター修飾子と型メソッド説明指定されたキャッシュのCachesEndpoint.CacheDescriptorを返します。booleanCachesEndpoint.clearCache(StringSE cache, StringSE cacheManager) 特定のCacheをクリアします。CachesEndpointWebExtension.clearCache(StringSE cache, StringSE cacheManager) 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.health 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.health のメソッドパラメーター修飾子と型メソッド説明HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) HealthEndpoint.healthForPath(StringSE... path) org.springframework.boot.actuate.logging 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.logging のメソッドパラメーター修飾子と型メソッド説明voidLoggersEndpoint.configureLogLevel(StringSE name, LogLevel configuredLevel) LoggersEndpoint.loggerLevels(StringSE name) org.springframework.boot.actuate.metrics 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.metrics のメソッドパラメーター修飾子と型メソッド説明org.springframework.boot.actuate.quartz 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.quartz のメソッドパラメーター修飾子と型メソッド説明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.actuate.session 内の Selector 使用
型セレクターのアノテーション付きの org.springframework.boot.actuate.session のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE>ReactiveSessionsEndpoint.deleteSession(StringSE sessionId) voidSessionsEndpoint.deleteSession(StringSE sessionId) reactor.core.publisher.Mono<SessionsDescriptor.SessionDescriptor>ReactiveSessionsEndpoint.getSession(StringSE sessionId) SessionsEndpoint.getSession(StringSE sessionId)