Uses of Class
org.apache.activemq.artemis.core.server.routing.ConnectionRouter
-
-
Uses of ConnectionRouter in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type ConnectionRouter Constructor Description ConnectionRouterControlImpl(ConnectionRouter connectionRouter, StorageManager storageManager) -
Uses of ConnectionRouter in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type ConnectionRouter Modifier and Type Method Description voidManagementService. registerConnectionRouter(ConnectionRouter router) -
Uses of ConnectionRouter in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type ConnectionRouter Modifier and Type Method Description voidManagementServiceImpl. registerConnectionRouter(ConnectionRouter router) -
Uses of ConnectionRouter in org.apache.activemq.artemis.core.server.routing
Methods in org.apache.activemq.artemis.core.server.routing that return ConnectionRouter Modifier and Type Method Description ConnectionRouterConnectionRouterManager. getRouter(String name)
-