Uses of Interface
org.apache.activemq.artemis.core.server.routing.pools.Pool
-
Packages that use Pool Package Description org.apache.activemq.artemis.core.server.routing org.apache.activemq.artemis.core.server.routing.pools -
-
Uses of Pool in org.apache.activemq.artemis.core.server.routing
Methods in org.apache.activemq.artemis.core.server.routing that return Pool Modifier and Type Method Description PoolConnectionRouter. getPool()Constructors in org.apache.activemq.artemis.core.server.routing with parameters of type Pool Constructor Description ConnectionRouter(String name, KeyType keyType, String targetKeyFilter, Target localTarget, String localTargetFilter, Cache cache, Pool pool, Policy policy) -
Uses of Pool in org.apache.activemq.artemis.core.server.routing.pools
Classes in org.apache.activemq.artemis.core.server.routing.pools that implement Pool Modifier and Type Class Description classAbstractPoolclassClusterPoolclassDiscoveryPoolclassStaticPool
-