Class BackgroundServiceId


  • public class BackgroundServiceId
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void forEach​(java.util.function.Consumer<tv.hd3g.jobkit.engine.BackgroundService> action)  
      BackgroundServiceIdDto getAllRegistedAsDto()  
      tv.hd3g.jobkit.engine.BackgroundService getByUUID​(java.util.UUID uuid)  
      java.util.UUID register​(tv.hd3g.jobkit.engine.BackgroundService service)  
      tv.hd3g.jobkit.engine.BackgroundService unRegister​(java.util.UUID uuid)  
      • Methods inherited from class java.lang.Object

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

      • BackgroundServiceId

        public BackgroundServiceId()
    • Method Detail

      • register

        public java.util.UUID register​(tv.hd3g.jobkit.engine.BackgroundService service)
      • unRegister

        public tv.hd3g.jobkit.engine.BackgroundService unRegister​(java.util.UUID uuid)
      • getByUUID

        public tv.hd3g.jobkit.engine.BackgroundService getByUUID​(java.util.UUID uuid)
      • forEach

        public void forEach​(java.util.function.Consumer<tv.hd3g.jobkit.engine.BackgroundService> action)