Uses of Interface
net.anwiba.commons.thread.queue.IWorkQueueConfiguration
-
Packages that use IWorkQueueConfiguration Package Description net.anwiba.commons.thread.queue -
-
Uses of IWorkQueueConfiguration in net.anwiba.commons.thread.queue
Classes in net.anwiba.commons.thread.queue that implement IWorkQueueConfiguration Modifier and Type Class Description classWorkQueueConfigurationMethods in net.anwiba.commons.thread.queue that return IWorkQueueConfiguration Modifier and Type Method Description IWorkQueueConfigurationIWorkQueueConfigurations. getWorkQueueConfiguration(java.lang.String queueName)IWorkQueueConfigurationWorkQueueConfigurations. getWorkQueueConfiguration(java.lang.String queueName)Constructors in net.anwiba.commons.thread.queue with parameters of type IWorkQueueConfiguration Constructor Description WorkQueueConfigurations(IWorkQueueConfiguration defauftConfiguration, java.util.Map<java.lang.String,IWorkQueueConfiguration> configurations)Constructor parameters in net.anwiba.commons.thread.queue with type arguments of type IWorkQueueConfiguration Constructor Description WorkQueueConfigurations(IWorkQueueConfiguration defauftConfiguration, java.util.Map<java.lang.String,IWorkQueueConfiguration> configurations)
-