Uses of Interface
org.apache.activemq.artemis.core.server.routing.targets.TargetFactory
Packages that use TargetFactory
Package
Description
-
Uses of TargetFactory in org.apache.activemq.artemis.core.server.routing.pools
Constructors in org.apache.activemq.artemis.core.server.routing.pools with parameters of type TargetFactoryModifierConstructorDescriptionAbstractPool(TargetFactory targetFactory, ScheduledExecutorService scheduledExecutor, int checkPeriod) ClusterPool(TargetFactory targetFactory, ScheduledExecutorService scheduledExecutor, int checkPeriod, ClusterConnection clusterConnection) DiscoveryPool(TargetFactory targetFactory, ScheduledExecutorService scheduledExecutor, int checkPeriod, DiscoveryService discoveryService) StaticPool(TargetFactory targetFactory, ScheduledExecutorService scheduledExecutor, int checkPeriod, List<TransportConfiguration> staticConnectors) -
Uses of TargetFactory in org.apache.activemq.artemis.core.server.routing.targets
Classes in org.apache.activemq.artemis.core.server.routing.targets that implement TargetFactory