toggle menu
Spring Boot Kotlin API
3.4.4
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.system
/
ApplicationPid
Application
Pid
open
class
ApplicationPid
An application process ID.
Author
Phillip Webb
Since
2.0.0
Members
Constructors
Application
Pid
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Available
Link copied to clipboard
open
fun
isAvailable
(
)
:
Boolean
Return if the application PID is available.
to
Long
Link copied to clipboard
open
fun
toLong
(
)
:
Long
Return the application PID as a
Long
.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
Link copied to clipboard
open
fun
write
(
file
:
File
)
Write the PID to the specified file.