Uses of Interface
org.springframework.boot.actuate.endpoint.OperationResponseBody
Packages that use OperationResponseBody
Package
Description
Core actuator auditing classes.
Auto-configuration for actuator condition concerns.
Actuator support relating to Spring Beans.
Actuator support for caches.
Actuator support relating to Spring Context.
Actuator support relating to external configuration properties.
Actuator support for Spring Framework's
Environment
.Actuator support for Flyway.
Actuator health indicator and endpoints.
Actuator support for Spring Integration.
Actuator support for Liquibase.
Actuator support for logging.
Actuator support for JVM management.
Core actuator support for metrics.
Actuator support for Quartz Scheduler.
Actuator scheduling support.
Actuator support for Spring Session.
Actuator support for
ApplicationStartup
.Actuator HTTP exchanges support.
Actuator web request mappings support.
-
Uses of OperationResponseBody in org.springframework.boot.actuate.audit
Classes in org.springframework.boot.actuate.audit that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application'saudit events
. -
Uses of OperationResponseBody in org.springframework.boot.actuate.autoconfigure.condition
Classes in org.springframework.boot.actuate.autoconfigure.condition that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
A description of an application's condition evaluation. -
Uses of OperationResponseBody in org.springframework.boot.actuate.beans
Classes in org.springframework.boot.actuate.beans that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application's beans. -
Uses of OperationResponseBody in org.springframework.boot.actuate.cache
Classes in org.springframework.boot.actuate.cache that implement OperationResponseBody -
Uses of OperationResponseBody in org.springframework.boot.actuate.context
Classes in org.springframework.boot.actuate.context that implement OperationResponseBodyModifier and TypeClassDescriptionstatic class
Description of the shutdown. -
Uses of OperationResponseBody in org.springframework.boot.actuate.context.properties
Classes in org.springframework.boot.actuate.context.properties that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application's@ConfigurationProperties
beans. -
Uses of OperationResponseBody in org.springframework.boot.actuate.env
Classes in org.springframework.boot.actuate.env that implement OperationResponseBody -
Uses of OperationResponseBody in org.springframework.boot.actuate.flyway
Classes in org.springframework.boot.actuate.flyway that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application'sFlyway
beans. -
Uses of OperationResponseBody in org.springframework.boot.actuate.health
Classes in org.springframework.boot.actuate.health that implement OperationResponseBodyModifier and TypeClassDescriptionclass
AHealthComponent
that is composed of otherHealthComponent
instances.final class
Carries information about the health of a component or subsystem.class
A component that contributes data to results returned from theHealthEndpoint
.final class
AHealthComponent
that represents the overall system health and the available groups. -
Uses of OperationResponseBody in org.springframework.boot.actuate.integration
Classes in org.springframework.boot.actuate.integration that implement OperationResponseBodyModifier and TypeClassDescriptionstatic class
Description of aGraph
. -
Uses of OperationResponseBody in org.springframework.boot.actuate.liquibase
Classes in org.springframework.boot.actuate.liquibase that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application'sSpringLiquibase
beans. -
Uses of OperationResponseBody in org.springframework.boot.actuate.logging
Classes in org.springframework.boot.actuate.logging that implement OperationResponseBodyModifier and TypeClassDescriptionstatic class
Description of levels configured for a given group logger.static class
Description of levels configured for a given logger.static class
Description of loggers.static class
Description of levels configured for a given single logger. -
Uses of OperationResponseBody in org.springframework.boot.actuate.management
Classes in org.springframework.boot.actuate.management that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of a thread dump. -
Uses of OperationResponseBody in org.springframework.boot.actuate.metrics
Classes in org.springframework.boot.actuate.metrics that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of a metric.static final class
Description of metric names. -
Uses of OperationResponseBody in org.springframework.boot.actuate.quartz
Classes in org.springframework.boot.actuate.quartz that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of available job and trigger group names.static class
Description of each group identified by name.static final class
Description of aQuartz Job
.static final class
Description of thejobs
in a given group.static final class
Description of thetriggers
in a given group. -
Uses of OperationResponseBody in org.springframework.boot.actuate.scheduling
Classes in org.springframework.boot.actuate.scheduling that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application's scheduledTasks
. -
Uses of OperationResponseBody in org.springframework.boot.actuate.session
Classes in org.springframework.boot.actuate.session that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of user'ssession
.static final class
Description of user'ssessions
. -
Uses of OperationResponseBody in org.springframework.boot.actuate.startup
Classes in org.springframework.boot.actuate.startup that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application startup. -
Uses of OperationResponseBody in org.springframework.boot.actuate.web.exchanges
Classes in org.springframework.boot.actuate.web.exchanges that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application'sHttpExchange
entries. -
Uses of OperationResponseBody in org.springframework.boot.actuate.web.mappings
Classes in org.springframework.boot.actuate.web.mappings that implement OperationResponseBodyModifier and TypeClassDescriptionstatic final class
Description of an application's request mappings.