Uses of Interface
com.composum.sling.core.concurrent.SequencerService.Token
-
Packages that use SequencerService.Token Package Description com.composum.sling.core.concurrent com.composum.sling.core.pckgmgr.jcrpckg.service.impl com.composum.sling.core.script -
-
Uses of SequencerService.Token in com.composum.sling.core.concurrent
Classes in com.composum.sling.core.concurrent with type parameters of type SequencerService.Token Modifier and Type Interface Description interface
SequencerService<T extends SequencerService.Token>
A general service to sequence potentially concurrent modifications using a key (e.g.Classes in com.composum.sling.core.concurrent that implement SequencerService.Token Modifier and Type Class Description static class
SemaphoreSequencer.Token
Methods in com.composum.sling.core.concurrent that return types with arguments of type SequencerService.Token Modifier and Type Method Description protected abstract @NotNull SequencerService<SequencerService.Token>
AbstractJobExecutor. getSequencer()
-
Uses of SequencerService.Token in com.composum.sling.core.pckgmgr.jcrpckg.service.impl
Methods in com.composum.sling.core.pckgmgr.jcrpckg.service.impl that return types with arguments of type SequencerService.Token Modifier and Type Method Description protected SequencerService<SequencerService.Token>
PackageJobExecutor. getSequencer()
-
Uses of SequencerService.Token in com.composum.sling.core.script
Methods in com.composum.sling.core.script that return types with arguments of type SequencerService.Token Modifier and Type Method Description protected @NotNull SequencerService<SequencerService.Token>
GroovyJobExecutor. getSequencer()
-