Uses of Interface
org.apache.activemq.artemis.core.server.ConnectorService
-
Packages that use ConnectorService Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of ConnectorService in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ConnectorService Modifier and Type Method Description ConnectorServiceConnectorServiceFactory. createConnectorService(String connectorName, Map<String,Object> configuration, StorageManager storageManager, PostOffice postOffice, ScheduledExecutorService scheduledThreadPool) -
Uses of ConnectorService in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ConnectorService Modifier and Type Method Description Map<String,ConnectorService>ConnectorsService. getConnectors()
-