Uses of Interface
com.composum.sling.core.concurrent.SequencerService
-
Packages that use SequencerService Package Description com.composum.sling.clientlibs.service com.composum.sling.core.concurrent com.composum.sling.core.script -
-
Uses of SequencerService in com.composum.sling.clientlibs.service
Fields in com.composum.sling.clientlibs.service declared as SequencerService Modifier and Type Field Description protected SequencerService
DefaultClientlibService. sequencer
-
Uses of SequencerService in com.composum.sling.core.concurrent
Classes in com.composum.sling.core.concurrent that implement SequencerService Modifier and Type Class Description class
SemaphoreSequencer
Fields in com.composum.sling.core.concurrent declared as SequencerService Modifier and Type Field Description protected SequencerService
LazyCreationServiceImpl. sequencer
Methods in com.composum.sling.core.concurrent that return SequencerService Modifier and Type Method Description protected abstract @NotNull SequencerService<SequencerService.Token>
AbstractJobExecutor. getSequencer()
-
Uses of SequencerService in com.composum.sling.core.script
Methods in com.composum.sling.core.script that return SequencerService Modifier and Type Method Description protected @NotNull SequencerService<SequencerService.Token>
GroovyJobExecutor. getSequencer()
-