Uses of Class
org.apache.activemq.schema.core.DtoConstantPendingMessageLimitStrategy
-
Packages that use DtoConstantPendingMessageLimitStrategy Package Description org.apache.activemq.schema.core -
-
Uses of DtoConstantPendingMessageLimitStrategy in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoConstantPendingMessageLimitStrategy Modifier and Type Field Description protected DtoConstantPendingMessageLimitStrategy
DtoPolicyEntry.PendingMessageLimitStrategy. constantPendingMessageLimitStrategy
Methods in org.apache.activemq.schema.core that return DtoConstantPendingMessageLimitStrategy Modifier and Type Method Description DtoConstantPendingMessageLimitStrategy
ObjectFactory. createDtoConstantPendingMessageLimitStrategy()
Create an instance ofDtoConstantPendingMessageLimitStrategy
DtoConstantPendingMessageLimitStrategy
DtoPolicyEntry.PendingMessageLimitStrategy. getConstantPendingMessageLimitStrategy()
Gets the value of the constantPendingMessageLimitStrategy property.Methods in org.apache.activemq.schema.core with parameters of type DtoConstantPendingMessageLimitStrategy Modifier and Type Method Description void
DtoPolicyEntry.PendingMessageLimitStrategy. setConstantPendingMessageLimitStrategy(DtoConstantPendingMessageLimitStrategy value)
Sets the value of the constantPendingMessageLimitStrategy property.
-