Class GrailsApplicationPidFileWriter

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>, org.springframework.core.Ordered

    public class GrailsApplicationPidFileWriter
    extends org.springframework.boot.context.ApplicationPidFileWriter
    An ApplicationListener that saves Grails application PID into file.
    Since:
    2022.0.0
    See Also:
    ApplicationPidFileWriter
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      • Methods inherited from class org.springframework.boot.context.ApplicationPidFileWriter

        getOrder, onApplicationEvent, reset, setOrder, setTriggerEventType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GrailsApplicationPidFileWriter

        public GrailsApplicationPidFileWriter()