Uses of Interface
com.composum.sling.core.concurrent.SequencerService
-
-
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 SequencerServiceDefaultClientlibService. 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 classSemaphoreSequencerFields in com.composum.sling.core.concurrent declared as SequencerService Modifier and Type Field Description protected SequencerServiceLazyCreationServiceImpl. sequencerMethods 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.pckgmgr.jcrpckg.service.impl
Methods in com.composum.sling.core.pckgmgr.jcrpckg.service.impl that return SequencerService Modifier and Type Method Description protected SequencerService<SequencerService.Token>PackageJobExecutor. 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()
-