Uses of Interface
org.apache.activemq.artemis.core.server.routing.targets.TargetFactory
-
Packages that use TargetFactory Package Description org.apache.activemq.artemis.core.server.routing.pools org.apache.activemq.artemis.core.server.routing.targets -
-
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 TargetFactory Constructor Description AbstractPool(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 Modifier and Type Class Description classAbstractTargetFactoryclassActiveMQTargetFactory
-