Uses of Interface
cn.sliew.carp.framework.queue.kekio.message.Attribute
Packages that use Attribute
-
Uses of Attribute in cn.sliew.carp.framework.queue.kekio.message
Classes in cn.sliew.carp.framework.queue.kekio.message that implement AttributeModifier and TypeClassDescriptionclassAn attribute representing the number of times a message has been retried due to ack timeouts.classAn attribute representing the timeout(millisecond) a message to be acked.classAn attribute representing the number of times a message has been retried.classAn attribute representing the maximum number of retries for a message.Methods in cn.sliew.carp.framework.queue.kekio.message with type parameters of type AttributeModifier and TypeMethodDescription<A extends Attribute>
AMessage.getAttribute(Class<A> attributeClass) <A extends Attribute>
AMessage.setAttribute(A attribute)