public class AeroGearConnectorServiceFactory extends Object implements org.apache.activemq.artemis.core.server.ConnectorServiceFactory
| Constructor and Description |
|---|
AeroGearConnectorServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.artemis.core.server.ConnectorService |
createConnectorService(String connectorName,
Map<String,Object> configuration,
org.apache.activemq.artemis.core.persistence.StorageManager storageManager,
org.apache.activemq.artemis.core.postoffice.PostOffice postOffice,
ScheduledExecutorService scheduledThreadPool) |
Set<String> |
getAllowableProperties() |
Set<String> |
getRequiredProperties() |
public org.apache.activemq.artemis.core.server.ConnectorService createConnectorService(String connectorName, Map<String,Object> configuration, org.apache.activemq.artemis.core.persistence.StorageManager storageManager, org.apache.activemq.artemis.core.postoffice.PostOffice postOffice, ScheduledExecutorService scheduledThreadPool)
createConnectorService in interface org.apache.activemq.artemis.core.server.ConnectorServiceFactorypublic Set<String> getAllowableProperties()
getAllowableProperties in interface org.apache.activemq.artemis.core.server.ConnectorServiceFactoryCopyright © 2018 The Apache Software Foundation. All Rights Reserved.