Uses of Interface
conseq4j.Terminable
-
Packages that use Terminable Package Description conseq4j.execute conseq4j.summon -
-
Uses of Terminable in conseq4j.execute
Subinterfaces of Terminable in conseq4j.execute Modifier and Type Interface Description interfaceSequentialExecutorMain API of conseq executor, bypassing the intermediate (ExecutorService) API, to service the submitted task per its sequence key.Classes in conseq4j.execute that implement Terminable Modifier and Type Class Description classConseqExecutorRelies on the JDKCompletableFutureas the sequential executor of the tasks under the same sequence key. -
Uses of Terminable in conseq4j.summon
Subinterfaces of Terminable in conseq4j.summon Modifier and Type Interface Description interfaceSequentialExecutorServiceFactoryMain API of conseq service factory, producing sequential executor instances summoned by sequence keys.Classes in conseq4j.summon that implement Terminable Modifier and Type Class Description classConseqServiceFactoryA factory to produce sequential executors of typeExecutorServicewith an upper-bound global execution concurrency.
-