Uses of Interface
com.kosdev.kos.commons.util.ClientAttributeAware
Packages that use ClientAttributeAware
Package
Description
-
Uses of ClientAttributeAware in com.kosdev.kos.commons.core.service.trouble
Classes in com.kosdev.kos.commons.core.service.trouble that implement ClientAttributeAware -
Uses of ClientAttributeAware in com.kosdev.kos.commons.util.concurrent.future
Classes in com.kosdev.kos.commons.util.concurrent.future that implement ClientAttributeAwareModifier and TypeClassDescriptionclassA future that simply delays for the specified duration but is interruptable.classA future that immediately fails when started.classThis is the KOS equivalent of Java'sFutureTask.classAllows a collection of individual futures to be run in parallel, where the overall state ofParallelFuturereflects the result of the child futures.classAllows a list of individual futures to be run in sequence, where the overall state ofSequencedFuturereflects the result of the sequence.