Uses of Interface
org.apache.activemq.artemis.core.server.ConnectorServiceFactory
-
Packages that use ConnectorServiceFactory Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of ConnectorServiceFactory in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ConnectorServiceFactory Modifier and Type Method Description ConnectorServiceFactoryServiceRegistry. getConnectorService(ConnectorServiceConfiguration configuration)Get connector service for a given configuration.Methods in org.apache.activemq.artemis.core.server that return types with arguments of type ConnectorServiceFactory Modifier and Type Method Description Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>>ServiceRegistry. getConnectorServices(List<ConnectorServiceConfiguration> configs)Get a collection of paired org.apache.activemq.artemis.core.server.ConnectorServiceFactory and org.apache.activemq.artemis.core.config.ConnectorServiceConfiguration instances.Methods in org.apache.activemq.artemis.core.server with parameters of type ConnectorServiceFactory Modifier and Type Method Description voidServiceRegistry. addConnectorService(ConnectorServiceFactory connectorServiceFactory, ConnectorServiceConfiguration configuration) -
Uses of ConnectorServiceFactory in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return ConnectorServiceFactory Modifier and Type Method Description ConnectorServiceFactoryServiceRegistryImpl. getConnectorService(ConnectorServiceConfiguration configuration)Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ConnectorServiceFactory Modifier and Type Method Description Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>>ServiceRegistryImpl. getConnectorServices(List<ConnectorServiceConfiguration> configs)Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ConnectorServiceFactory Modifier and Type Method Description voidServiceRegistryImpl. addConnectorService(ConnectorServiceFactory connectorServiceFactory, ConnectorServiceConfiguration configuration)voidConnectorsService. createService(ConnectorServiceConfiguration info, ConnectorServiceFactory factory)
-