Uses of Class
org.apache.activemq.artemis.api.core.management.DayCounterInfo
-
Packages that use DayCounterInfo Package Description org.apache.activemq.artemis.api.core.management -
-
Uses of DayCounterInfo in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management that return DayCounterInfo Modifier and Type Method Description static DayCounterInfo[]DayCounterInfo. fromJSON(String jsonString)Returns an array of RoleInfo corresponding to the JSON serialization returned byQueueControl.listMessageCounterHistory().Methods in org.apache.activemq.artemis.api.core.management with parameters of type DayCounterInfo Modifier and Type Method Description static StringDayCounterInfo. toJSON(DayCounterInfo[] infos)
-