Uses of Enum Class
cloud.opencode.base.cache.dlq.DeadLetterQueue.DiscardReason
Packages that use DeadLetterQueue.DiscardReason
-
Uses of DeadLetterQueue.DiscardReason in cloud.opencode.base.cache.dlq
Subclasses with type arguments of type DeadLetterQueue.DiscardReason in cloud.opencode.base.cache.dlqModifier and TypeClassDescriptionstatic enumDiscard reason enumeration 丢弃原因枚举Methods in cloud.opencode.base.cache.dlq that return DeadLetterQueue.DiscardReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DeadLetterQueue.DiscardReason[]DeadLetterQueue.DiscardReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.cache.dlq with parameters of type DeadLetterQueue.DiscardReasonModifier and TypeMethodDescriptiondefault voidDeadLetterQueue.DlqEventHandler.onDiscard(K key, DeadLetterQueue.DiscardReason reason) onDiscard | onDiscard