Class CasConfigurationWatchService

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class CasConfigurationWatchService
    extends java.lang.Object
    implements java.io.Closeable
    Since:
    6.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void runPathWatchServices​(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Run path watch services.
      • Methods inherited from class java.lang.Object

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

      • CasConfigurationWatchService

        public CasConfigurationWatchService()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • runPathWatchServices

        @EventListener
        @Async
        public void runPathWatchServices​(org.springframework.boot.context.event.ApplicationReadyEvent event)
        Run path watch services.
        Parameters:
        event - the event