Uses of Enum
org.redisson.api.queue.ProcessingMode
Packages that use ProcessingMode
-
Uses of ProcessingMode in org.redisson.api.queue
Methods in org.redisson.api.queue that return ProcessingModeModifier and TypeMethodDescriptionQueueConfigParams.getProcessingMode()static ProcessingModeReturns the enum constant of this type with the specified name.static ProcessingMode[]ProcessingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.queue with parameters of type ProcessingModeModifier and TypeMethodDescriptionQueueConfig.processingMode(ProcessingMode mode) Sets the processing mode for the queue which determines how messages are processed by consumers.QueueConfigParams.processingMode(ProcessingMode mode)