Class BackgroundServiceId


  • public class BackgroundServiceId
    extends Object
    • Constructor Detail

      • BackgroundServiceId

        public BackgroundServiceId()
    • Method Detail

      • register

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

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

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

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