Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PageSubscriptionCounter
-
Packages that use PageSubscriptionCounter Package Description org.apache.activemq.artemis.core.paging.cursor org.apache.activemq.artemis.core.paging.cursor.impl org.apache.activemq.artemis.core.paging.impl -
-
Uses of PageSubscriptionCounter in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor that return PageSubscriptionCounter Modifier and Type Method Description PageSubscriptionCounterPageSubscription. getCounter() -
Uses of PageSubscriptionCounter in org.apache.activemq.artemis.core.paging.cursor.impl
Classes in org.apache.activemq.artemis.core.paging.cursor.impl that implement PageSubscriptionCounter Modifier and Type Class Description classPageSubscriptionCounterImplThis class will encapsulate the persistent counters for the PagingSubscriptionMethods in org.apache.activemq.artemis.core.paging.cursor.impl that return PageSubscriptionCounter Modifier and Type Method Description PageSubscriptionCounterPageSubscriptionImpl. getCounter() -
Uses of PageSubscriptionCounter in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PageSubscriptionCounter Modifier and Type Method Description voidPage. addPendingCounter(PageSubscriptionCounter pageSubscriptionCounter)This will indicate a page that will need to be called on cleanup when the page has been closed and confirmed
-