public class OutgoingVertxEventHandler extends Object implements org.apache.activemq.artemis.core.server.Consumer, org.apache.activemq.artemis.core.server.ConnectorService
| Constructor and Description |
|---|
OutgoingVertxEventHandler(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 |
debug() |
void |
disconnect() |
List<org.apache.activemq.artemis.core.server.MessageReference> |
getDeliveringMessages() |
org.apache.activemq.artemis.core.filter.Filter |
getFilter() |
String |
getName() |
org.apache.activemq.artemis.core.server.HandleStatus |
handle(org.apache.activemq.artemis.core.server.MessageReference ref) |
boolean |
isStarted() |
void |
proceedDeliver(org.apache.activemq.artemis.core.server.MessageReference reference) |
void |
start() |
void |
stop() |
String |
toManagementString() |
public OutgoingVertxEventHandler(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.ConnectorServicepublic org.apache.activemq.artemis.core.server.HandleStatus handle(org.apache.activemq.artemis.core.server.MessageReference ref)
throws Exception
handle in interface org.apache.activemq.artemis.core.server.ConsumerExceptionpublic void proceedDeliver(org.apache.activemq.artemis.core.server.MessageReference reference)
throws Exception
proceedDeliver in interface org.apache.activemq.artemis.core.server.ConsumerExceptionpublic org.apache.activemq.artemis.core.filter.Filter getFilter()
getFilter in interface org.apache.activemq.artemis.core.server.Consumerpublic String debug()
debug in interface org.apache.activemq.artemis.core.server.Consumerpublic String toManagementString()
toManagementString in interface org.apache.activemq.artemis.core.server.Consumerpublic List<org.apache.activemq.artemis.core.server.MessageReference> getDeliveringMessages()
getDeliveringMessages in interface org.apache.activemq.artemis.core.server.Consumerpublic void disconnect()
disconnect in interface org.apache.activemq.artemis.core.server.ConsumerCopyright © 2015 The Apache Software Foundation. All Rights Reserved.