We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cb5cf commit 66fe953Copy full SHA for 66fe953
spring-boot-actuator/README.adoc
@@ -46,6 +46,6 @@ For Gradle, use the declaration:
46
to an `AuditService`. Once Spring Security is in play it automatically publishes
47
authentication events by default. This can be very useful for reporting, and also to
48
implement a lock-out policy based on authentication failures.
49
-* **Process Monitoring** In Spring Boot Actuator you can find `ApplicationPidListener`
+* **Process Monitoring** In Spring Boot Actuator you can find `ApplicationPidFileWriter`
50
which creates a file containing the application PID (by default in the application
51
directory with a file name of `application.pid`).
0 commit comments