Uses of Class
conseq4j.execute.ConseqExecutor.Builder.WorkQueueType
-
Packages that use ConseqExecutor.Builder.WorkQueueType Package Description conseq4j.execute -
-
Uses of ConseqExecutor.Builder.WorkQueueType in conseq4j.execute
Methods in conseq4j.execute that return ConseqExecutor.Builder.WorkQueueType Modifier and Type Method Description static ConseqExecutor.Builder.WorkQueueTypeConseqExecutor.Builder.WorkQueueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConseqExecutor.Builder.WorkQueueType[]ConseqExecutor.Builder.WorkQueueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in conseq4j.execute with parameters of type ConseqExecutor.Builder.WorkQueueType Modifier and Type Method Description ConseqExecutor.BuilderConseqExecutor.Builder. workQueueType(ConseqExecutor.Builder.WorkQueueType workQueueType)
-