public class IncomingVertxEventHandler extends Object implements org.apache.activemq.artemis.core.server.ConnectorService
| Constructor and Description |
|---|
IncomingVertxEventHandler(String connectorName,
Map<String,Object> configuration,
org.apache.activemq.artemis.core.persistence.StorageManager storageManager,
org.apache.activemq.artemis.core.postoffice.PostOffice postOffice,
ScheduledExecutorService scheduledThreadPool) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
String |
toString() |
public IncomingVertxEventHandler(String connectorName, Map<String,Object> configuration, org.apache.activemq.artemis.core.persistence.StorageManager storageManager, org.apache.activemq.artemis.core.postoffice.PostOffice postOffice, ScheduledExecutorService scheduledThreadPool)
public void start()
throws Exception
start in interface org.apache.activemq.artemis.core.server.ActiveMQComponentExceptionpublic void stop()
throws Exception
stop in interface org.apache.activemq.artemis.core.server.ActiveMQComponentExceptionpublic boolean isStarted()
isStarted in interface org.apache.activemq.artemis.core.server.ActiveMQComponentpublic String getName()
getName in interface org.apache.activemq.artemis.core.server.ConnectorServiceCopyright © 2015 The Apache Software Foundation. All Rights Reserved.