Package tv.hd3g.jobkit.mod
Class BackgroundServiceId
- java.lang.Object
-
- tv.hd3g.jobkit.mod.BackgroundServiceId
-
public class BackgroundServiceId extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BackgroundServiceId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(java.util.function.Consumer<tv.hd3g.jobkit.engine.BackgroundService> action)BackgroundServiceIdDtogetAllRegistedAsDto()tv.hd3g.jobkit.engine.BackgroundServicegetByUUID(java.util.UUID uuid)java.util.UUIDregister(tv.hd3g.jobkit.engine.BackgroundService service)tv.hd3g.jobkit.engine.BackgroundServiceunRegister(java.util.UUID uuid)
-
-
-
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)
-
getAllRegistedAsDto
public BackgroundServiceIdDto getAllRegistedAsDto()
-
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)
-
-