Uses of Interface
org.apache.activemq.artemis.core.server.RouteContextList
Packages that use RouteContextList
Package
Description
-
Uses of RouteContextList in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type RouteContextListModifier and TypeMethodDescriptionbooleanPagingStore.page(Message message, Transaction tx, RouteContextList listCtx) Write message to page if we are paging.intPagingStore.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) -
Uses of RouteContextList in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type RouteContextListModifier and TypeMethodDescriptionintPageTimedWriter.addTask(OperationContext context, PagedMessage message, Transaction tx, RouteContextList listCtx, boolean useFlowControl) booleanPagingStoreImpl.page(Message message, Transaction tx, RouteContextList listCtx) intPagingStoreImpl.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) -
Uses of RouteContextList in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type RouteContextListModifier and TypeMethodDescriptionbooleanStorageManager.addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) Write message to page if we are paging. -
Uses of RouteContextList in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type RouteContextListModifier and TypeMethodDescriptionbooleanAbstractJournalStorageManager.addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) -
Uses of RouteContextList in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type RouteContextListModifier and TypeMethodDescriptionbooleanNullStorageManager.addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) -
Uses of RouteContextList in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return RouteContextListMethods in org.apache.activemq.artemis.core.server that return types with arguments of type RouteContextList -
Uses of RouteContextList in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement RouteContextListMethods in org.apache.activemq.artemis.core.server.impl that return RouteContextListMethods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type RouteContextList