Uses of Interface
org.apache.activemq.artemis.core.server.group.GroupingHandler
Packages that use GroupingHandler
Package
Description
-
Uses of GroupingHandler in org.apache.activemq.artemis.core.postoffice.impl
Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type GroupingHandlerModifierConstructorDescriptionBindingsImpl(SimpleString name, GroupingHandler groupingHandler, StorageManager storageManager) -
Uses of GroupingHandler in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return GroupingHandlerMethods in org.apache.activemq.artemis.core.server with parameters of type GroupingHandlerModifier and TypeMethodDescriptionvoidActiveMQServer.setGroupingHandler(GroupingHandler groupingHandler) -
Uses of GroupingHandler in org.apache.activemq.artemis.core.server.group.impl
Classes in org.apache.activemq.artemis.core.server.group.impl that implement GroupingHandlerModifier and TypeClassDescriptionclassfinal classA Local Grouping handler.final classA remote Grouping handler. -
Uses of GroupingHandler in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return GroupingHandlerMethods in org.apache.activemq.artemis.core.server.impl with parameters of type GroupingHandlerModifier and TypeMethodDescriptionActivation.createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer) create the Journal loader needed for this Activation.SharedNothingBackupActivation.createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer) SharedStoreBackupActivation.createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer) voidActiveMQServerImpl.setGroupingHandler(GroupingHandler groupingHandler) Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type GroupingHandlerModifierConstructorDescriptionBackupRecoveryJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer, ServerLocatorInternal locator, ClusterController clusterController) PostOfficeJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration) PostOfficeJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, Map<Long, Queue> queues)